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 berker.peksag
Recipients berker.peksag, docs@python, giampaolo.rodola, joncle, vstinner
Date 2018-08-19.12:16:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534680983.21.0.56676864532.issue18925@psf.upfronthosting.co.za>
In-reply-to
Content
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'.
History
Date User Action Args
2018-08-19 12:16:23berker.peksagsetrecipients: + berker.peksag, vstinner, giampaolo.rodola, joncle, docs@python
2018-08-19 12:16:23berker.peksagsetmessageid: <1534680983.21.0.56676864532.issue18925@psf.upfronthosting.co.za>
2018-08-19 12:16:23berker.peksaglinkissue18925 messages
2018-08-19 12:16:23berker.peksagcreate