summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8a5510f..206ede0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -164,6 +164,10 @@ Core and Builtins
Library
-------
+- Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
+ incomplete "End of Central Directory" record. Original patch by Guilherme
+ Polo and Alan McIntyre.
+
- Issue #17071: Signature.bind() now works when one of the keyword arguments
is named ``self``.