[New-bugs-announce] [issue29247] Document return value of epoll.poll

Nathaniel Smith report at bugs.python.org
Wed Jan 11 23:23:54 EST 2017


New submission from Nathaniel Smith:

The documentation for select.epoll.poll doesn't document the return value at all, which is somewhat important information :-)

I think it's a list of (fd, eventmask) tuples?

https://docs.python.org/3.7/library/select.html#select.epoll.poll

----------
assignee: docs at python
components: Documentation
messages: 285285
nosy: docs at python, njs
priority: normal
severity: normal
status: open
title: Document return value of epoll.poll
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list