diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 06:47:26 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 06:47:26 (GMT) |
commit | 3987fefd6f7309a36fb093cbfe229afe7b39406b (patch) | |
tree | e57eab9c07cc1c34906dee5e0f34cbe58c21a93f /Misc | |
parent | 21cecb904f80a53a23dc972c95cb0c4c997afbe1 (diff) | |
parent | b6aa5375d5a2f81370338357506034befe62aa31 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |