summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-28 10:38:33 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-28 10:38:33 (GMT)
commit90b20675bd042a3262642232f9d3e133e56a130c (patch)
treeaf001288fae979c7e718e572bcc86b68835e8343 /Misc
parentff52f76019816be0fb590a294486a33cf1ee93f7 (diff)
downloadcpython-90b20675bd042a3262642232f9d3e133e56a130c.zip
cpython-90b20675bd042a3262642232f9d3e133e56a130c.tar.gz
cpython-90b20675bd042a3262642232f9d3e133e56a130c.tar.bz2
#10777: fix iteration over dict keys while mutating the dict.
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 8acc9e3..46b6233 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
Library
-------
+- Issue #10777: Fix "dictionary changed size during iteration" bug in
+ ElementTree register_namespace().
+
- Issue #10626: test_logging now preserves logger disabled states.
- Issue #10774: test_logging now removes temp files created during tests.