diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-23 18:34:24 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-23 18:34:24 (GMT) |
commit | cfbb394488aba172199b684c7266240280c0ebd2 (patch) | |
tree | a11f63cd7c335fc29dc3dc137b70c3c5f61e51c7 /Misc/NEWS | |
parent | 8aa8c47db2f0205dec61d50274817cf6b0b15e0a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |