[docs] [issue34369] kqueue.control() documentation and implementation mismatch

Martin Panter report at bugs.python.org
Fri Sep 28 05:05:39 EDT 2018


Martin Panter <vadmium+py at gmail.com> added the comment:

I think removing all mention of “None” is a step too far. The “devpoll”, “epoll”, and “poll” documentation all say that “None” is acceptable for the timeout. Only the “select” function doesn’t say this.

What about adding to the text:

* “timeout” in seconds (floats possible); the default is “None”, to wait forever

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34369>
_______________________________________


More information about the docs mailing list