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 giampaolo.rodola, jyasskin, pitrou, zanella
Date 2010-04-19.19:46:16
SpamBayes Score 0.004731939
Marked as misclassified No
Message-id <1271706378.15.0.896444553742.issue2302@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, getting rid of poll_interval for a file descriptor is easy under Unix, but wouldn't work under Windows (where select() only takes sockets, not arbitrary file descriptors).
History
Date User Action Args
2010-04-19 19:46:18pitrousetrecipients: + pitrou, giampaolo.rodola, jyasskin, zanella
2010-04-19 19:46:18pitrousetmessageid: <1271706378.15.0.896444553742.issue2302@psf.upfronthosting.co.za>
2010-04-19 19:46:16pitroulinkissue2302 messages
2010-04-19 19:46:16pitroucreate