[issue10801] zipfile.ZipFile().extractall() header mismatch for non-ASCII characters

Eli Bendersky report at bugs.python.org
Sat Jan 1 13:44:59 CET 2011


Eli Bendersky <eliben at gmail.com> added the comment:

Georg, did you figure out the root cause of the problem on that buildbot? Seeing it fails in open(targetpath, "wb"), extracting the file may have failed if the bot had no write permissions to the current directory, but the ascii encoding error is not what I'd expect in such a case.

----------

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


More information about the Python-bugs-list mailing list