]> 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 06:44:49 +0000 (23:44 -0700)
committerGregory P. Smith <greg@krypto.org>
Mon, 16 Jul 2012 06:44:49 +0000 (23:44 -0700)
commit4866266bf41e6727502b56c00adab18a4b37d9c1
treeceaf133db64a10654a9a9d88acc6adb16759ca58
parent2a61c451f2e2c99230580b80444848185db8d696
parentdad5711677f965a62713bfc9a34599c8f44572e8
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
to avoid failing due to the select() file descriptor limit.
Lib/test/test_telnetlib.py
Misc/ACKS
Misc/NEWS