]> granicus.if.org Git - python/commit
Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the
authorGregory P. Smith <greg@krypto.org>
Wed, 11 Dec 2013 02:22:03 +0000 (18:22 -0800)
committerGregory P. Smith <greg@krypto.org>
Wed, 11 Dec 2013 02:22:03 +0000 (18:22 -0800)
commit9ffb1481d8103407d3d09d212993ab7c36c58087
tree91a2e5760bebd2d9e0696180f648211985cbad06
parent278543d5392967fb4bfe2d3b3f71c2281500c458
Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the
fix to Issue #14635 in Python 2.7.4 to be interpreted as milliseconds
instead of seconds when the platform supports select.poll (ie: everywhere).
It is now treated as seconds once again.
Lib/telnetlib.py
Misc/NEWS