mirror of
https://github.com/python/cpython.git
synced 2026-03-06 13:00:50 +00:00
Merge 3.5 (doc)
This commit is contained in:
commit
a1d9fa326c
1 changed files with 4 additions and 0 deletions
|
|
@ -768,6 +768,10 @@ socket
|
|||
:meth:`socket.socket.send`.
|
||||
(Contributed by Giampaolo Rodola' in :issue:`17552`.)
|
||||
|
||||
* The :meth:`socket.socket.sendall` method don't reset the socket timeout
|
||||
anymore each time bytes are received or sent. The socket timeout is now the
|
||||
maximum total duration to send all data.
|
||||
|
||||
subprocess
|
||||
----------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue