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 gregory.p.smith, jackdied, neologix
Date 2012-04-20.20:47:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334954873.79.0.52148812766.issue14635@psf.upfronthosting.co.za>
In-reply-to
Content
See also issue #10527, dealing with multiprocessing.
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()).
History
Date User Action Args
2012-04-20 20:47:53neologixsetrecipients: + neologix, gregory.p.smith, jackdied
2012-04-20 20:47:53neologixsetmessageid: <1334954873.79.0.52148812766.issue14635@psf.upfronthosting.co.za>
2012-04-20 20:47:53neologixlinkissue14635 messages
2012-04-20 20:47:53neologixcreate