[issue17200] telnetlib.read_until() timeout uses the wrong units

Gregory P. Smith report at bugs.python.org
Wed Dec 11 20:42:22 CET 2013


Gregory P. Smith added the comment:

anyways, i went with just the simple fix and no specific test for this issue as the tests were painful and questionable reliability.

i appreciate the other refactoring suggestion within the code but for 2.7 and 3.3 bugfixes where no significant changes are ever likely within telnetlib.py they didn't seem warranted.  3.4's code is cleaner thanks to the new selector stuff.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17200>
_______________________________________


More information about the Python-bugs-list mailing list