Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287452e commit 9881013Copy full SHA for 9881013
1 file changed
Doc/whatsnew/3.5.rst
@@ -768,6 +768,10 @@ socket
768
:meth:`socket.socket.send`.
769
(Contributed by Giampaolo Rodola' in :issue:`17552`.)
770
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
+
775
subprocess
776
----------
777
0 commit comments