]> granicus.if.org Git - python/commit
Issue #21866: ZipFile.close() no longer writes ZIP64 central directory
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 23 Sep 2014 18:35:57 +0000 (21:35 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 23 Sep 2014 18:35:57 +0000 (21:35 +0300)
commit07314bcbe7fbad4c073949781ed2025a0ff65a74
treeb6425f5405c0df5b9413e25b16331b29407b0b34
parentcbcbfdf19f7e2824c95d534bab67839b693805dc
parentcfbb394488aba172199b684c7266240280c0ebd2
Issue #21866: ZipFile.close() no longer writes ZIP64 central directory
records if allowZip64 is false.
Misc/NEWS