mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merge doc fixes from 3.5
This commit is contained in:
commit
4659ddc433
18 changed files with 75 additions and 75 deletions
|
@ -1342,8 +1342,8 @@ to sockets.
|
|||
to transmit as opposed to sending the file until EOF is reached. File
|
||||
position is updated on return or also in case of error in which case
|
||||
:meth:`file.tell() <io.IOBase.tell>` can be used to figure out the number of
|
||||
bytes which were sent. The socket must be of :const:`SOCK_STREAM` type. Non-
|
||||
blocking sockets are not supported.
|
||||
bytes which were sent. The socket must be of :const:`SOCK_STREAM` type.
|
||||
Non-blocking sockets are not supported.
|
||||
|
||||
.. versionadded:: 3.5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue