[issue1170311] zipfile UnicodeDecodeError

Georg Brandl report at bugs.python.org
Thu Aug 30 12:10:12 CEST 2007


Georg Brandl added the comment:

The docs say (at least the development docs) that Unicode filenames must
be encoded to str before passing them to ZipFile.write().

(This issue will have to be solved differently for Py3k, I'll look into it.)

----------
nosy: +georg.brandl
resolution:  -> wont fix
status: open -> closed

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1170311>
_____________________________________


More information about the Python-bugs-list mailing list