[issue6397] Implementing Solaris "/dev/poll" in the "select" module

Ross Lagerwall report at bugs.python.org
Wed Nov 9 14:39:11 CET 2011


Ross Lagerwall <rosslagerwall at gmail.com> added the comment:

+   increases this value, c:func:`devpoll` will return a possible
+   incomplete list of active file descriptors.

I think this should change to:

+   increases this value, c:func:`devpoll` will return a possibly
+   incomplete list of active file descriptors.

or even better:

+   increases this value, c:func:`devpoll` may return an
+   incomplete list of active file descriptors.

Cheers

----------

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


More information about the Python-bugs-list mailing list