diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 13:46:14 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 13:46:14 (GMT) |
commit | 698068b0138d3e2b37d15080f87f4cbcbc03d57d (patch) | |
tree | 984c7148b9b4935eeae72b5d633da9f8c5e4a2ba /Misc/NEWS | |
parent | b1ce30281d21166880d7a57958d84f36016d7575 (diff) | |
parent | 6f988b5990406022f00d9c32a465291ba359ecd9 (diff) | |
download | cpython-698068b0138d3e2b37d15080f87f4cbcbc03d57d.zip cpython-698068b0138d3e2b37d15080f87f4cbcbc03d57d.tar.gz cpython-698068b0138d3e2b37d15080f87f4cbcbc03d57d.tar.bz2 |
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,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. |