[docs] [issue18925] select.poll.modify is not documented

Berker Peksag report at bugs.python.org
Sun Aug 19 08:16:23 EDT 2018


Berker Peksag <berker.peksag at gmail.com> added the comment:

poll.modify() is documented in both Python 2 and Python 3 docs:

* https://docs.python.org/2/library/select.html#select.poll.modify

* https://docs.python.org/3/library/select.html#select.poll.modify

> I believe that should be "Modify a registered file descriptor"...

This has already been fixed in https://github.com/python/cpython/commit/632c812942d662b764ade56ef492850e00d92877.

Closing this as 'out of date'.

----------
nosy: +berker.peksag
resolution:  -> out of date
stage:  -> resolved
status: open -> closed
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue18925>
_______________________________________


More information about the docs mailing list