]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 26 Oct 2013 07:20:38 +0000 (09:20 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 26 Oct 2013 07:20:38 +0000 (09:20 +0200)
commitebca392a6cb2aa7369e18ad29b31a712f861fa2a
treeed4929703205d72f4d1e2c8fa68ea77e53b23f8e
parent0ddaed345615e48b5910f17ff70bd5ce74cd1e5f
parent2ff68dd526c5e9bf5ace14299c90ecfd4c762333
(Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when
available to compute timeout.
Lib/telnetlib.py
Misc/NEWS