[issue17656] Python 2.7.4 breaks ZipFile extraction of zip files with unicode member paths

STINNER Victor report at bugs.python.org
Sun Apr 21 00:37:58 CEST 2013


STINNER Victor added the comment:

I guess that  test_extract_unicode_filenames_skip.patch will not fix the failing test. The test fails because u"\xf6.txt" cannot be encoded to sys.getfilesystemencoding() (which is ASCII on the FreeBSD buildbot). You should test u"\xf6.txt". You should move the try/except inside the function.

----------

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


More information about the Python-bugs-list mailing list