summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-12-28 20:02:35 -0800
committerBenjamin Peterson <benjamin@python.org>2016-12-28 20:02:35 -0800
commit665a02ced10494464e83c734d38526867be0d9ce (patch)
treed6f59259b73cb1e5db15eb741a77aa617ba3d838 /Misc
parent9cc01c067740c1f831c405db033632efd320c24d (diff)
downloadcpython-665a02ced10494464e83c734d38526867be0d9ce.tar.gz
fix error check, so that Random.seed actually uses OS randomness (closes #29085)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1112257a28..3436c0a52f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
Library
-------
+- Issue #29085: Allow random.Random.seed() to use high quality OS randomness
+ rather than the pid and time.
+
- Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows
- Issue #13051: Fixed recursion errors in large or resized