[issue6839] zipfile can't extract file

Adam Polkosnik report at bugs.python.org
Tue Apr 29 19:58:44 CEST 2014


Adam Polkosnik added the comment:

Gentlemen,

Is there's any way this fix can be included in any version?
Currently, the fact that the exception is thrown makes extracting some zip files impossible with this library, and rolling your own is a bit painful. (either using a wrapper around 7zip to handle those or just provide cloned/patched versions for every major python version).

This ridiculous behavior is really not consistent with other ZIP implementations (7zip just ignores the mismatch).

Thank you for your time and effort.

----------
versions: +Python 3.1, Python 3.2, Python 3.5

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


More information about the Python-bugs-list mailing list