[issue8240] ssl.SSLSocket.write may fail on non-blocking sockets

Antoine Pitrou report at bugs.python.org
Fri Mar 26 19:36:23 CET 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Since this error seems to be aimed at warning about potential programming errors, I'm not sure it should be silenced. The obvious fix should be to pass the same argument every time (until the data finally gets written).

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list