summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-12-29 04:02:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-12-29 04:02:35 (GMT)
commitacc2f74ca991f6579f5b9055dfe885b9a8af4645 (patch)
treee81403eab8acdd2c64d7c5369147fd34e17213bb /Misc
parent4b1e98b0af68ee80a37618ad599ead194f179cf1 (diff)
downloadcpython-acc2f74ca991f6579f5b9055dfe885b9a8af4645.zip
cpython-acc2f74ca991f6579f5b9055dfe885b9a8af4645.tar.gz
cpython-acc2f74ca991f6579f5b9055dfe885b9a8af4645.tar.bz2
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 1112257..3436c0a 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