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

Serhiy Storchaka report at bugs.python.org
Mon Apr 8 12:03:01 CEST 2013


Serhiy Storchaka added the comment:

Yes, it's my fault. Here is a patch (with test) which fixes this regression in 2.7. This is 2.7 only issue, in Python 3 arcnames always are unicode. Please test on Windows.

----------
components: +Library (Lib)
keywords: +patch
priority: normal -> high
stage:  -> patch review
type: crash -> behavior
versions:  -Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file29729/zipfile_extract_unicode.patch

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


More information about the Python-bugs-list mailing list