diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-10-26 07:20:38 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-10-26 07:20:38 (GMT) |
commit | ebca392a6cb2aa7369e18ad29b31a712f861fa2a (patch) | |
tree | ed4929703205d72f4d1e2c8fa68ea77e53b23f8e /Misc/NEWS | |
parent | 0ddaed345615e48b5910f17ff70bd5ce74cd1e5f (diff) | |
parent | 2ff68dd526c5e9bf5ace14299c90ecfd4c762333 (diff) | |
download | cpython-ebca392a6cb2aa7369e18ad29b31a712f861fa2a.zip cpython-ebca392a6cb2aa7369e18ad29b31a712f861fa2a.tar.gz cpython-ebca392a6cb2aa7369e18ad29b31a712f861fa2a.tar.bz2 |
(Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when
available to compute timeout.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ Core and Builtins Library ------- +- Issue #19339: telnetlib module is now using time.monotonic() when available + to compute timeout. + - Issue #19399: fix sporadic test_subprocess failure. - Issue #13234: Fix os.listdir to work with extended paths on Windows. |