[issue9854] SocketIO should return None on EWOULDBLOCK

Antoine Pitrou report at bugs.python.org
Tue Sep 14 23:29:01 CEST 2010


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

Here is a patch.
The tests are only run for unbuffered objects (buffering=0), since the behaviour of buffered objects is driven by BufferedReader and friends, not by the wrapped SocketIO.

----------
keywords: +patch
nosy: +giampaolo.rodola
Added file: http://bugs.python.org/file18883/sockio_nonblock.patch

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


More information about the Python-bugs-list mailing list