Serhiy Storchaka added the comment:

$ zipinfo fastjar
Archive:  fastjar
Zip file size: 47664 bytes, number of entries: 31883

   [fastjar]:
     Zipfile is disk 33807 of a multi-disk archive, and this is not the disk on
     which the central zipfile directory begins (disk 190).


I.e. zipinfo detects fastjar as a zip file, but fails to read a contents 
(`unzip -l fastjar` and `python -m zipinfo -l fastjar` fail too). The file 
contains an obviously incorrect values in the control structures.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16735>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to