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

Martin Panter report at bugs.python.org
Sun Nov 8 20:45:26 EST 2015


Martin Panter added the comment:

Maybe it would be reasonable to expand on that “On error” sentence. I imagine the main errors that would cause this situation are a timeout as you say, and also a blocking exception. Also, you could point out that if you have lost record of how much has already been sent, it may not make sense to send any more data with the same socket.

----------
versions:  -Python 3.2, Python 3.3

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


More information about the docs mailing list