]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:25:21 +0000 (18:25 -0800)
committerGregory P. Smith <greg@krypto.org>
Wed, 11 Dec 2013 02:25:21 +0000 (18:25 -0800)
commitacd17304d290bd0b2ad41e5922f81679fea3ab6e
tree7cfa4986ab0914993ac1fd2d9288e523bb30df35
parentf3c6589ea3890d10d6774ec7699a419313a6fb0f
Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the
fix to Issue #14635 in Python 3.3.0 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