[issue19339] telnetlib: time.monotonic() should be used instead of time.time() for timeout

Roundup Robot report at bugs.python.org
Sat Oct 26 09:21:20 CEST 2013


Roundup Robot added the comment:

New changeset ea3deb022890 by Victor Stinner in branch '3.3':
Close #19339: telnetlib module is now using time.monotonic() when available to
http://hg.python.org/cpython/rev/ea3deb022890

New changeset d0f90d3f6203 by Victor Stinner in branch 'default':
(Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when
http://hg.python.org/cpython/rev/d0f90d3f6203

----------
nosy: +python-dev
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list