diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-23 18:33:52 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-23 18:33:52 (GMT) |
commit | 45efb225835ed97573bf1f3bd57c0f664d19886d (patch) | |
tree | 2fa03f20c1ab41dda1a460312c468e8ed7e3cf7a /Misc | |
parent | 7d96a09aca160f721820c2a63fcd3bfe100c050e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |