summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-07-24 06:02:53 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-07-24 06:02:53 (GMT)
commit178f0b6ddcae040c235188b49c1f6defc76588ca (patch)
tree44fdcf3d5091a66897eaba20dad10610960785b9 /Misc/NEWS
parentf79dfe3f250bab3375120e4f30643abac08b652d (diff)
downloadcpython-178f0b6ddcae040c235188b49c1f6defc76588ca.zip
cpython-178f0b6ddcae040c235188b49c1f6defc76588ca.tar.gz
cpython-178f0b6ddcae040c235188b49c1f6defc76588ca.tar.bz2
Issue #24620: Random.setstate() now validates the value of state last element.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d38c414..1a67632 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,8 @@ Core and Builtins
Library
-------
+- Issue #24620: Random.setstate() now validates the value of state last element.
+
- Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
- Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.