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

Serhiy Storchaka report at bugs.python.org
Sat Mar 17 01:13:52 CET 2012


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

This is print from *other* _decodeExtra call. Add print('start') at start of _decodeExtra and you will see it.

start
b'\xfe\xca\x00\x00'
51966 0
b''
start
start
b'\x00'

----------
nosy: +storchaka

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


More information about the Python-bugs-list mailing list