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

Lars Gustäbel report at bugs.python.org
Wed Dec 21 10:42:42 CET 2011


Lars Gustäbel <lars at gustaebel.de> added the comment:

tarfile under Python 2.x is not particularly designed to support unicode filenames (the gzip module does not support them either), but that should not be too hard to fix.

----------
keywords: +patch
Added file: http://bugs.python.org/file24066/tarfile-stream-gzip-unicode-fix.diff

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


More information about the Python-bugs-list mailing list