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

Serhiy Storchaka report at bugs.python.org
Sun May 13 21:18:01 CEST 2012


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

> Just add a "strict" flag, make
> it false by default, and raise an error if there is any unparsable
> extra data.

If the module does not actually checks the correctness of all
(including local file headers, which now it ignores), it will be a false
promise. And I don't understand who these checks are needed at all.

Note that the parameter "strict" in htmlparser is considered to be
obsolete.

----------

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


More information about the Python-bugs-list mailing list