mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merge from 3.5
This commit is contained in:
commit
89f27e5888
1 changed files with 1 additions and 1 deletions
|
@ -1016,7 +1016,7 @@ Connection objects are usually created using :func:`Pipe` -- see also
|
|||
using :meth:`recv`.
|
||||
|
||||
The object must be picklable. Very large pickles (approximately 32 MB+,
|
||||
though it depends on the OS) may raise a ValueError exception.
|
||||
though it depends on the OS) may raise a :exc:`ValueError` exception.
|
||||
|
||||
.. method:: recv()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue