summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2012-03-15 00:22:16 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2012-03-15 00:22:16 (GMT)
commit3d7c878fe370e59b142bac9bc32c67b4ac9d949e (patch)
treee987b46bdd66b5b8dd7d1b59da4c46d782131676 /Misc
parent071eca3f5c55f127f754bd5575123ec94d8c3eaa (diff)
downloadcpython-3d7c878fe370e59b142bac9bc32c67b4ac9d949e.zip
cpython-3d7c878fe370e59b142bac9bc32c67b4ac9d949e.tar.gz
cpython-3d7c878fe370e59b142bac9bc32c67b4ac9d949e.tar.bz2
Issue #14222: Use the new time.steady() function instead of time.time() for
timeout in queue and threading modules to not be affected of system time update.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6937a45..cb1ec6d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,10 @@ Core and Builtins
Library
-------
+- Issue #14222: Use the new time.steady() function instead of time.time() for
+ timeout in queue and threading modules to not be affected of system time
+ update.
+
- Issue #13248: Remove lib2to3.pytree.Base.get_prefix/set_prefix.
- Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash