Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9881013

Browse files
committed
What's New in Python 3.5: document socket.sendall() change on timeout
1 parent 287452e commit 9881013

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/whatsnew/3.5.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,10 @@ socket
768768
:meth:`socket.socket.send`.
769769
(Contributed by Giampaolo Rodola' in :issue:`17552`.)
770770

771+
* The :meth:`socket.socket.sendall` method don't reset the socket timeout
772+
anymore each time bytes are received or sent. The socket timeout is now the
773+
maximum total duration to send all data.
774+
771775
subprocess
772776
----------
773777

0 commit comments

Comments
 (0)