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 christian.heimes, felipecruz, giampaolo.rodola, gvanrossum, meador.inge, neologix, pitrou, rosslagerwall, sbt, vstinner
Date 2013-08-20.22:37:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377038264.14.0.939782439865.issue16853@psf.upfronthosting.co.za>
In-reply-to
Content
Well, I suppose it waits on Charles-François to update the patch.

I'd prefer not to add a separate module for this, personally. I think this functionality is fine in the select module. People who know how to use a selector certainly have heard about select() or poll() already :-)
(no strong feelings about it anyway)
History
Date User Action Args
2013-08-20 22:37:44pitrousetrecipients: + pitrou, gvanrossum, vstinner, giampaolo.rodola, christian.heimes, meador.inge, neologix, rosslagerwall, sbt, felipecruz
2013-08-20 22:37:44pitrousetmessageid: <1377038264.14.0.939782439865.issue16853@psf.upfronthosting.co.za>
2013-08-20 22:37:44pitroulinkissue16853 messages
2013-08-20 22:37:43pitroucreate