summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-23 18:34:24 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-23 18:34:24 (GMT)
commitcfbb394488aba172199b684c7266240280c0ebd2 (patch)
treea11f63cd7c335fc29dc3dc137b70c3c5f61e51c7 /Misc/NEWS
parent8aa8c47db2f0205dec61d50274817cf6b0b15e0a (diff)
downloadcpython-cfbb394488aba172199b684c7266240280c0ebd2.zip
cpython-cfbb394488aba172199b684c7266240280c0ebd2.tar.gz
cpython-cfbb394488aba172199b684c7266240280c0ebd2.tar.bz2
Issue #21866: ZipFile.close() no longer writes ZIP64 central directory
records if allowZip64 is false.
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 bf5dd5b..df1be15 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #21866: ZipFile.close() no longer writes ZIP64 central directory
+ records if allowZip64 is false.
+
- Issue #22415: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
module. Removed trailing spaces in debugging output.