diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 06:42:25 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 06:42:25 (GMT) |
commit | b6aa5375d5a2f81370338357506034befe62aa31 (patch) | |
tree | 39832d710263d64a001307f8f23a7d9515eeacbf /Misc | |
parent | 8bc792a602311e426cbd69293627fdc9287a5c7b (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |