summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-10-26 07:20:38 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-10-26 07:20:38 (GMT)
commitebca392a6cb2aa7369e18ad29b31a712f861fa2a (patch)
treeed4929703205d72f4d1e2c8fa68ea77e53b23f8e /Misc/NEWS
parent0ddaed345615e48b5910f17ff70bd5ce74cd1e5f (diff)
parent2ff68dd526c5e9bf5ace14299c90ecfd4c762333 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e7899fd..f95ec0c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.