This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zaneb
Recipients docs@python, zaneb
Date 2020-09-25.02:00:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600999200.88.0.890857154586.issue41857@roundup.psfhosted.org>
In-reply-to
Content
The select.poll.poll() and select.devpoll.poll() methods don't have their timeout arguments documented in their docstrings. In both cases the argument is in milliseconds, whereas the timeout arguments to select.kqueue.control() and select.epoll.poll() are in seconds, and are documented in the docstring.
History
Date User Action Args
2020-09-25 02:00:00zanebsetrecipients: + zaneb, docs@python
2020-09-25 02:00:00zanebsetmessageid: <1600999200.88.0.890857154586.issue41857@roundup.psfhosted.org>
2020-09-25 02:00:00zaneblinkissue41857 messages
2020-09-25 02:00:00zanebcreate