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

Antoine Pitrou report at bugs.python.org
Tue Mar 25 20:45:10 CET 2014


Antoine Pitrou added the comment:

> There's a great saying in the usability world: "You can't document 
> your way out of a usability problem".

However, adding a flag to change behaviour at runtime creates *another* usability problem. It's not obvious it would actually make things better (and implementors of async networking frameworks haven't asked for it, AFAICT).

----------

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


More information about the Python-bugs-list mailing list