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 vstinner
Recipients vstinner
Date 2013-09-04.18:41:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378320095.08.0.301150241372.issue18923@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.4 has a new selectors module (issue #16853). It would be nice to use it instead of select.poll or select.select in the subprocess module.
History
Date User Action Args
2013-09-04 18:41:35vstinnersetrecipients: + vstinner
2013-09-04 18:41:35vstinnersetmessageid: <1378320095.08.0.301150241372.issue18923@psf.upfronthosting.co.za>
2013-09-04 18:41:35vstinnerlinkissue18923 messages
2013-09-04 18:41:34vstinnercreate