summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-23 13:44:03 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-23 13:44:03 (GMT)
commite3d4ec4766629c3cbcc1afb4e5c020894d5e2258 (patch)
tree42ab73cae79d5986f36230b71f647d6cfbf23877 /Misc
parente9b3074cf931fee3cb91638cbdd694fa9eb9614b (diff)
downloadcpython-e3d4ec4766629c3cbcc1afb4e5c020894d5e2258.zip
cpython-e3d4ec4766629c3cbcc1afb4e5c020894d5e2258.tar.gz
cpython-e3d4ec4766629c3cbcc1afb4e5c020894d5e2258.tar.bz2
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
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 dee8338..e336023 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -106,6 +106,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.