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 Salvo “LtWorf” Tomaselli
Recipients Salvo “LtWorf” Tomaselli, docs@python
Date 2016-05-14.10:24:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463221477.58.0.675652051466.issue27018@psf.upfronthosting.co.za>
In-reply-to
Content
import select
help(select.epoll)

It mentions that the default mask is EPOLL_IN | EPOLL_OUT | EPOLL_PRI.

However there are no such constants.

They are called EPOLLIN EPOLLOUT and EPOLLPRI.

Please fix.
History
Date User Action Args
2016-05-14 10:24:37Salvo “LtWorf” Tomasellisetrecipients: + Salvo “LtWorf” Tomaselli, docs@python
2016-05-14 10:24:37Salvo “LtWorf” Tomasellisetmessageid: <1463221477.58.0.675652051466.issue27018@psf.upfronthosting.co.za>
2016-05-14 10:24:37Salvo “LtWorf” Tomasellilinkissue27018 messages
2016-05-14 10:24:37Salvo “LtWorf” Tomasellicreate