[issue20951] SSLSocket.send() returns 0 for non-blocking socket

Antoine Pitrou report at bugs.python.org
Sun Mar 16 23:26:57 CET 2014


Antoine Pitrou added the comment:

It's probably too late to change this, unfortunately. There are non-blocking frameworks and libraries out there relying on the current behaviour.

As for sendall(), it doesn't really make sense on a non-blocking socket anyway.

----------

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


More information about the Python-bugs-list mailing list