[issue20329] zipfile.extractall fails in Posix shell with utf-8 filename

STINNER Victor report at bugs.python.org
Thu Dec 14 19:09:59 EST 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

> I created an environment under 3.3.1 in which this error was still occurring, but within that same environment, it is not occurring for 3.7.  I believe this can be closed.

Python 3.7 now uses the UTF-8 encoding when the LC_CTYPE locale is POSIX (PEP 538, PEP 540). You should still be able to reproduce the bug with a locale with an encoding different than UTF-8.

Moreover, I understand that Python 3.6 is still affected by the bug.

I don't think that we can fix this bug, sadly. But I'm happy to see that the PEP 538 and PEP 540 are already useful!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue20329>
_______________________________________


More information about the Python-bugs-list mailing list