summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2015-06-04 06:09:56 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2015-06-04 06:09:56 (GMT)
commit4fabf02633f7f537a8318a7541eec02cb3338a0d (patch)
treea81cc569e4f838d4f55a6c0bfac2abcfa44861b6 /Misc/NEWS
parentb6c6a4dc04beba45bc9053abfcc56980c5e31e3d (diff)
downloadcpython-4fabf02633f7f537a8318a7541eec02cb3338a0d.zip
cpython-4fabf02633f7f537a8318a7541eec02cb3338a0d.tar.gz
cpython-4fabf02633f7f537a8318a7541eec02cb3338a0d.tar.bz2
Issue #24369: Defend against key-changes during iteration.
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 c4bfa70..6367afd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@ Library
- Issue #24377: Fix a ref leak in OrderedDict.__repr__.
+- Issue #24369: Defend against key-changes during iteration.
+
What's New in Python 3.5.0 beta 2?
==================================