]> granicus.if.org Git - python/commit
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
authorGregory P. Smith <greg@krypto.org>
Mon, 16 Jul 2012 05:16:06 +0000 (22:16 -0700)
committerGregory P. Smith <greg@krypto.org>
Mon, 16 Jul 2012 05:16:06 +0000 (22:16 -0700)
commite0c22206e421c93d43c4a0c01049478ef0c0496b
tree3c3b8cc235aac891915ee5d22c377ca1757ebd73
parent7d8a2e41a053b82b1d11dbf84734be99107b8322
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
to avoid failing due to the select() file descriptor limit.

Contributed by Akintayo Holder and under the Google contributor agreement.
Lib/telnetlib.py
Lib/test/test_telnetlib.py
Misc/ACKS
Misc/NEWS