commit | 67d5d0ed442e24cc4ae4ccb1264451844ac88a0c | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Sat Oct 29 03:38:56 2011 +0200 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Sat Oct 29 03:38:56 2011 +0200 |
tree | a208b573ce403a4464e18591cf7969a38420ff83 | |
parent | e96102b45b943bbd0d6a29e6617c14ef1ef0bd16 [diff] [blame] |
Closes #7334: close source files on ElementTree.parse and iterparse (partial backport of issue #10093 from 3.2).
diff --git a/Misc/NEWS b/Misc/NEWS index 9223433..86042f2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -71,6 +71,8 @@ Library ------- +- Issue #7334: close source files on ElementTree.parse and iterparse. + - Issue #13232: logging: Improved logging of exceptions in the presence of multiple encodings.