[issue11459] Python select.select does not correctly report read readyness

Novimir Pablant report at bugs.python.org
Thu Mar 10 16:35:30 CET 2011


Novimir Pablant <amicitas at gmail.com> added the comment:

Applying the patch appears to fix this problem. Thanks!


I am definitely confused about why the buffer was changed to line buffered in the first place, especially since the default is bufsize=0 and the comment ("# Nearly unbuffered (XXX for now)") does not appear to match the actual behavior.

----------

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


More information about the Python-bugs-list mailing list