[issue22102] Zipfile generates Zipfile error in zip with 0 total number of disk in Zip64 end of central directory locator

Ramsey Kant report at bugs.python.org
Sat Apr 13 11:03:24 EDT 2019


Ramsey Kant <ramsey.kant at gmail.com> added the comment:

I would second this PR.  The Win32 API that creates ZIP64 files produces ZIP64 files with the "diskno" as 0 and "disks" as 0 (instead of "1" as indicated by the spec).

----------
nosy: +Ramsey Kant
versions: +Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue22102>
_______________________________________


More information about the Python-bugs-list mailing list