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 gregory.p.smith
Recipients akintayo, eric.araujo, gregory.p.smith, jackdied, neologix, pitrou, r.david.murray
Date 2012-06-07.21:01:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339102886.84.0.0250429967407.issue14635@psf.upfronthosting.co.za>
In-reply-to
Content
I think your approach is fine.

BTW for anyone who wants to chase the larger idea of dealing with all select.select use, take a look at the prototype for a select.select() implemented using poll.poll() that I just put in http://bugs.python.org/issue15032.
History
Date User Action Args
2012-06-07 21:01:26gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, jackdied, eric.araujo, r.david.murray, neologix, akintayo
2012-06-07 21:01:26gregory.p.smithsetmessageid: <1339102886.84.0.0250429967407.issue14635@psf.upfronthosting.co.za>
2012-06-07 21:01:26gregory.p.smithlinkissue14635 messages
2012-06-07 21:01:26gregory.p.smithcreate