]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#10777: fix iteration over dict keys while mutating the dict.
authorGeorg Brandl <georg@python.org>
Tue, 28 Dec 2010 10:38:33 +0000 (10:38 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 28 Dec 2010 10:38:33 +0000 (10:38 +0000)
commit90b20675bd042a3262642232f9d3e133e56a130c
treeaf001288fae979c7e718e572bcc86b68835e8343
parentff52f76019816be0fb590a294486a33cf1ee93f7
#10777: fix iteration over dict keys while mutating the dict.
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/NEWS