summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-23 06:42:25 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-23 06:42:25 (GMT)
commitb6aa5375d5a2f81370338357506034befe62aa31 (patch)
tree39832d710263d64a001307f8f23a7d9515eeacbf /Misc
parent8bc792a602311e426cbd69293627fdc9287a5c7b (diff)
downloadcpython-b6aa5375d5a2f81370338357506034befe62aa31.zip
cpython-b6aa5375d5a2f81370338357506034befe62aa31.tar.gz
cpython-b6aa5375d5a2f81370338357506034befe62aa31.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 a13e198..635da46 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -106,6 +106,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.