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 fordsfords
Recipients docs@python, fordsfords
Date 2016-05-22.23:39:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463960371.93.0.0941923922389.issue27088@psf.upfronthosting.co.za>
In-reply-to
Content
The short description of epoll.poll is correct (gives timeout unit as seconds [float]; includes maxevents).  However, the long description lists the timeout units as milliseconds ("If timeout is given, it specifies the length of time in milliseconds which the system will wait for events before returning."), and does not include maxevents at all.

See https://docs.python.org/3.5/library/select.html#select.poll.poll

See also https://docs.python.org/2.7/library/select.html#select.poll.poll
History
Date User Action Args
2016-05-22 23:39:31fordsfordssetrecipients: + fordsfords, docs@python
2016-05-22 23:39:31fordsfordssetmessageid: <1463960371.93.0.0941923922389.issue27088@psf.upfronthosting.co.za>
2016-05-22 23:39:31fordsfordslinkissue27088 messages
2016-05-22 23:39:31fordsfordscreate