summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-11-17 22:52:05 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-11-17 22:52:05 (GMT)
commit8572da5e961f6a645e3e8932568afd889448e78b (patch)
tree238300d2bf447c04054720f51c2b58adda55f54a /Misc/NEWS
parent6d5ad227a50c6c5a78e48a98095788953ab49512 (diff)
parent17babc5e97f49f03e0a271b1c80f7adaf2eb5f48 (diff)
downloadcpython-8572da5e961f6a645e3e8932568afd889448e78b.zip
cpython-8572da5e961f6a645e3e8932568afd889448e78b.tar.gz
cpython-8572da5e961f6a645e3e8932568afd889448e78b.tar.bz2
Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module.
Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b68ead6..0cf165e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -88,6 +88,9 @@ Core and Builtins
Library
-------
+- Issue #16408: Fix file descriptors not being closed in error conditions
+ in the zipfile module. Patch by Serhiy Storchaka.
+
- Issue #16481: multiprocessing no longer leaks process handles on Windows.
- Issue #16140: The subprocess module no longer double closes its child