[issue9720] zipfile writes incorrect local file header for large files in zip64

Serhiy Storchaka report at bugs.python.org
Tue Mar 20 18:52:09 CET 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

I am afraid that the problem is more complicated. With the option allowZip64=True all files need to write with this extension, because size of local file header may change and there will be after compression just go back and rewrite it.

Now it appears that the Zip64 option simply does not work.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9720>
_______________________________________


More information about the Python-bugs-list mailing list