summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-23 06:47:26 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-23 06:47:26 (GMT)
commit3987fefd6f7309a36fb093cbfe229afe7b39406b (patch)
treee57eab9c07cc1c34906dee5e0f34cbe58c21a93f /Misc
parent21cecb904f80a53a23dc972c95cb0c4c997afbe1 (diff)
parentb6aa5375d5a2f81370338357506034befe62aa31 (diff)
downloadcpython-3987fefd6f7309a36fb093cbfe229afe7b39406b.zip
cpython-3987fefd6f7309a36fb093cbfe229afe7b39406b.tar.gz
cpython-3987fefd6f7309a36fb093cbfe229afe7b39406b.tar.bz2
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
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 6e573e6..20d6003 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,8 @@ Core and Builtins
Library
-------
+- Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
+
- Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
entries. Patch by Dingyuan Wang.