Kaydet (Commit) 98810136 authored tarafından Victor Stinner's avatar Victor Stinner

What's New in Python 3.5: document socket.sendall() change on timeout

üst 287452ee
......@@ -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
----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment