[issue14315] zipfile.ZipFile() unable to open zip File

Terry J. Reedy report at bugs.python.org
Sat Mar 17 05:18:35 CET 2012


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Thanks. There must be multiple extra fields allowed. This output suggests that a) zipfile mis-parses the extra field in some peculiar case (which I doubt) or b) the file either gives a bad field length or third extra field is mal-formed and that other tools catch the error and ignore the bad extra field whereas zipfile does not.

----------

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


More information about the Python-bugs-list mailing list