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 neologix
Recipients Ben.Smith, ehohenstein, exarkun, giampaolo.rodola, neologix, pitrou
Date 2010-09-18.17:09:44
SpamBayes Score 2.0456978e-06
Marked as misclassified No
Message-id <1284829786.61.0.792561133944.issue9090@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately, select doesn't necessarily update the timeout variable with the remaining time, so we can't rely on this. This would mean having the select enclosed within gettimeofday and friends, which seems a bit overkill...
History
Date User Action Args
2010-09-18 17:09:46neologixsetrecipients: + neologix, exarkun, pitrou, giampaolo.rodola, ehohenstein, Ben.Smith
2010-09-18 17:09:46neologixsetmessageid: <1284829786.61.0.792561133944.issue9090@psf.upfronthosting.co.za>
2010-09-18 17:09:45neologixlinkissue9090 messages
2010-09-18 17:09:44neologixcreate