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 akintayo
Recipients akintayo, eric.araujo, gregory.p.smith, jackdied, neologix, pitrou, r.david.murray
Date 2012-05-31.21:06:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338498386.9.0.300668793044.issue14635@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

telnet.read_until() and telnet.expect() will use select.poll() instead of select.select() on systems where poll() is available.

The patch also includes updates to test_telnetlib, the read_until() tests were changed to test the case where poll() is unavailable. We also added unit tests for expect(), these are a copy of the read_until() tests.

This patch is against 2.7.

Akintayo
History
Date User Action Args
2012-05-31 21:06:27akintayosetrecipients: + akintayo, gregory.p.smith, pitrou, jackdied, eric.araujo, r.david.murray, neologix
2012-05-31 21:06:26akintayosetmessageid: <1338498386.9.0.300668793044.issue14635@psf.upfronthosting.co.za>
2012-05-31 21:06:26akintayolinkissue14635 messages
2012-05-31 21:06:26akintayocreate