Martin Panter <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue34369> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
