summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-23 18:33:52 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-23 18:33:52 (GMT)
commit45efb225835ed97573bf1f3bd57c0f664d19886d (patch)
tree2fa03f20c1ab41dda1a460312c468e8ed7e3cf7a /Misc
parent7d96a09aca160f721820c2a63fcd3bfe100c050e (diff)
downloadcpython-45efb225835ed97573bf1f3bd57c0f664d19886d.zip
cpython-45efb225835ed97573bf1f3bd57c0f664d19886d.tar.gz
cpython-45efb225835ed97573bf1f3bd57c0f664d19886d.tar.bz2
Issue #21866: ZipFile.close() no longer writes ZIP64 central directory
records if allowZip64 is false.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 39f6fce..5b69a1b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,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.