[New-bugs-announce] [issue27018] Incorrect documentation of select module

Salvo “LtWorf” Tomaselli report at bugs.python.org
Sat May 14 06:24:37 EDT 2016


New submission from Salvo “LtWorf” Tomaselli:

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.

----------
assignee: docs at python
components: Documentation
messages: 265513
nosy: Salvo “LtWorf” Tomaselli, docs at python
priority: normal
severity: normal
status: open
title: Incorrect documentation of select module
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27018>
_______________________________________


More information about the New-bugs-announce mailing list