Message162020
| 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 |
|