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 pklanke
Recipients gvanrossum, pklanke, vstinner, yselivanov
Date 2017-07-06.07:07:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499324876.25.0.582362357113.issue30847@psf.upfronthosting.co.za>
In-reply-to
Content
This is in fact the third catagory of select(), "exceptional conditions", but because some find the term "exceptional" confusing when used in a Python module, we decided to use the term "urgent data", borrowed from the poll(2) man page. (see bpo-30844)

An example of an exceptional conditions event is "out of band", another one is edge detection from GPIO Sysfs Interface.

The patch for fulfilling this issue can and will be supplied if and when bpo-30844 is merged. 30844 originally also contained the patch to asyncio, but I was asked to split it into two separate patches.
History
Date User Action Args
2017-07-06 07:07:56pklankesetrecipients: + pklanke, gvanrossum, vstinner, yselivanov
2017-07-06 07:07:56pklankesetmessageid: <1499324876.25.0.582362357113.issue30847@psf.upfronthosting.co.za>
2017-07-06 07:07:56pklankelinkissue30847 messages
2017-07-06 07:07:55pklankecreate