]> granicus.if.org Git - python/commit
Issue #23853: socket.socket.sendall() does no more reset the socket timeout
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 6 Apr 2015 21:16:34 +0000 (23:16 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 6 Apr 2015 21:16:34 +0000 (23:16 +0200)
commit8912d1418e6b336c21bbe21c0dd123332bbe5ab5
treefee5290f727df8f3a4cb72499738120e9b2fe658
parent9001d8089cf1632680a838b44697cb3339e40dce
Issue #23853: socket.socket.sendall() does no more reset the socket timeout
each time data is sent successfuly. The socket timeout is now the maximum total
duration to send all data.
Doc/library/socket.rst
Misc/NEWS
Modules/socketmodule.c