[issue36993] zipfile: tuple IndexError on extract

Stéphane Wirtel report at bugs.python.org
Wed May 22 04:13:30 EDT 2019


Stéphane Wirtel <stephane at wirtel.be> added the comment:

unzip index_tuple.zip -x
Archive:  index_tuple.zip

caution:  zipfile comment truncated
error [index_tuple.zip]:  missing 3992977728 bytes in zipfile
  (attempting to process anyway)
   skipping: zipfile_extract/        unsupported compression method 211


I think the issue is not with Python but with your ZIP file. Did you try to uncompress it with unzip?\

Thank you

----------
nosy: +matrixise
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list