[docs] [issue25586] socket.sendall broken when a socket has a timeout

STINNER Victor report at bugs.python.org
Sun Nov 8 17:06:37 EST 2015


STINNER Victor added the comment:

FYI the behaviour of socket.socket.sendall() regarding timeout has been modified in Python 3.5:
https://docs.python.org/dev/library/socket.html#socket.socket.sendall

"Changed in version 3.5: The socket timeout is no more reset each time data is sent successfuly. The socket timeout is now the maximum total duration to send all data."

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25586>
_______________________________________


More information about the docs mailing list