diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 13:45:12 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 13:45:12 (GMT) |
commit | 6f988b5990406022f00d9c32a465291ba359ecd9 (patch) | |
tree | 10e42c8eccd4ea85b8c51380ff14201840b6903c /Misc | |
parent | 4409c6cfae2faa9217902ea720c1cf2d6f2b4fd2 (diff) | |
parent | e3d4ec4766629c3cbcc1afb4e5c020894d5e2258 (diff) | |
download | cpython-6f988b5990406022f00d9c32a465291ba359ecd9.zip cpython-6f988b5990406022f00d9c32a465291ba359ecd9.tar.gz cpython-6f988b5990406022f00d9c32a465291ba359ecd9.tar.bz2 |
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. + - Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. - Issue #25691: Fixed crash on deleting ElementTree.Element attributes. |