[issue12126] incorrect select documentation

Eli Bendersky report at bugs.python.org
Sat May 21 09:22:37 CEST 2011


Eli Bendersky <eliben at gmail.com> added the comment:

This issue Jean-Paul raises seems to be a plain error. select() certainly can return that some given socket is both readable and writable (this is explicitly discussed in Steven's APitUE $14.5), and I see no evidence in the implementation of Python's selectmodule.c that it somehow violates the output of system's select() to behave otherwise.

----------

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


More information about the Python-bugs-list mailing list