summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 132857f..2cf22cb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,10 +10,13 @@ What's New in Python 3.3.0 Alpha 2?
Core and Builtins
-----------------
+- Issue #14205: dict lookup raises a RuntimeError if the dict is modified
+ during a lookup.
+
Library
-------
-- Issue #14168: Check for presence of Element._attrs in minidom before
+- Issue #14168: Check for presence of Element._attrs in minidom before
accessing it.
- Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.