summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2015-06-02 05:35:13 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2015-06-02 05:35:13 (GMT)
commitb952ab43f281bafd8d4fce4e84b41e655a3e7c23 (patch)
tree89cb0f122e8820d48835d9787487d59dae1932d9 /Misc
parentd1719756098b282ad703b899ebcb57eeeb0167c2 (diff)
downloadcpython-b952ab43f281bafd8d4fce4e84b41e655a3e7c23.zip
cpython-b952ab43f281bafd8d4fce4e84b41e655a3e7c23.tar.gz
cpython-b952ab43f281bafd8d4fce4e84b41e655a3e7c23.tar.bz2
Issue #24359: Check for changed OrderedDict size during iteration.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 75186c8..c0990ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Library
- Issue #24348: Drop superfluous incref/decref.
+- Issue #24359: Check for changed OrderedDict size during iteration.
+
What's New in Python 3.5.0 beta 2?
==================================