[issue13639] UnicodeDecodeError when creating tar.gz with unicode name

Jason R. Coombs report at bugs.python.org
Sun Dec 25 18:00:47 CET 2011


Jason R. Coombs <jaraco at jaraco.com> added the comment:

I also feel (1) or (3) is best for this issue. If there is a _better_ 
implementation, it should be reserved for a separate improvement to Python 
3.2+.

I lean slightly toward (3) because it would support filenames with Unicode 
characters other than latin-1 (as long as the file system allows it to be 
saved), because I suspect it would enable tests such as this to pass: 
https://bitbucket.org/jaraco/cpython-issue11638/changeset/9e9ea96eb0dd#chg-Lib/distutils/tests/test_archive_util.py

----------
Added file: http://bugs.python.org/file24090/smime.p7s

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13639>
_______________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6662 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-bugs-list/attachments/20111225/6c9d9d8d/attachment.bin>


More information about the Python-bugs-list mailing list