diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-07-16 06:44:49 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-07-16 06:44:49 (GMT) |
commit | 4866266bf41e6727502b56c00adab18a4b37d9c1 (patch) | |
tree | ceaf133db64a10654a9a9d88acc6adb16759ca58 /Misc | |
parent | 2a61c451f2e2c99230580b80444848185db8d696 (diff) | |
parent | dad5711677f965a62713bfc9a34599c8f44572e8 (diff) | |
download | cpython-4866266bf41e6727502b56c00adab18a4b37d9c1.zip cpython-4866266bf41e6727502b56c00adab18a4b37d9c1.tar.gz cpython-4866266bf41e6727502b56c00adab18a4b37d9c1.tar.bz2 |
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
to avoid failing due to the select() file descriptor limit.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -451,6 +451,7 @@ Chris Hoffman Albert Hofkamp Tomas Hoger Jonathan Hogg +Akintayo Holder Gerrit Holl Shane Holloway Rune Holm @@ -41,6 +41,9 @@ Core and Builtins Library ------- +- Issue #14635: telnetlib will use poll() rather than select() when possible + to avoid failing due to the select() file descriptor limit. + - Issue #15180: Clarify posixpath.join() error message when mixing str & bytes - Issue #15343: pkgutil now includes an iter_importer_modules implementation |