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 eric.araujo, gregory.p.smith, jackdied, neologix, pitrou
Date 2012-04-21.12:21:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335010869.69.0.305200249844.issue14635@psf.upfronthosting.co.za>
In-reply-to
Content
> Note that this probably affects other modules besides telnetlib, so it 
> might be interesting to find a way to factorize code (i.e. use poll()
> if available or fallback to select()).

asyncore might have been the answer.
History
Date User Action Args
2012-04-21 12:21:09pitrousetrecipients: + pitrou, gregory.p.smith, jackdied, eric.araujo, neologix
2012-04-21 12:21:09pitrousetmessageid: <1335010869.69.0.305200249844.issue14635@psf.upfronthosting.co.za>
2012-04-21 12:21:09pitroulinkissue14635 messages
2012-04-21 12:21:09pitroucreate