]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10801: Fix test_unicode_filenames() of test_zipfile
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 10 Jun 2011 14:32:54 +0000 (16:32 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 10 Jun 2011 14:32:54 +0000 (16:32 +0200)
commite6eafa2ade22dc687eee78374fa93d4b9ab7a2c1
treeb723224da556f75fbfe3bb629d300edab605bdd6
parent721bb33e3be644eca0f99b7e11bf183ff84a88fd
Issue #10801: Fix test_unicode_filenames() of test_zipfile

Just try to open files from the ZIP for reading, don't extract them to avoid
UnicodeEncodeError if the filename is not encodable to the filesystem encoding
(e.g. ASCII locale encoding).
Lib/test/test_zipfile.py