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 pitrou
Recipients neologix, pitrou, pklanke, vstinner, yselivanov
Date 2017-07-04.15:55:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499183744.59.0.293347134882.issue30844@psf.upfronthosting.co.za>
In-reply-to
Content
About naming: it is true that the manpage for select() uses the wording "exceptional condition".  But the Linux man page for poll() (and by extension epoll_wait()) does not use that wording, it says "There is urgent data to read".  The POSIX man page for poll() says "High-priority data may be read without blocking".

I would not argue about this if this weren't for the fact that "exception" already has a different meaning in Python land.  Re-using the term for something else is confusing.  Since "urgent data" and "high-priority data" are already accepted elsewhere for the same concept, reusing one of them should be ok.
History
Date User Action Args
2017-07-04 15:55:44pitrousetrecipients: + pitrou, vstinner, neologix, yselivanov, pklanke
2017-07-04 15:55:44pitrousetmessageid: <1499183744.59.0.293347134882.issue30844@psf.upfronthosting.co.za>
2017-07-04 15:55:44pitroulinkissue30844 messages
2017-07-04 15:55:44pitroucreate