[issue24110] zipfile.ZipFile.write() does not accept bytes arcname

Patrik Dufresne report at bugs.python.org
Sat Jan 30 21:07:41 EST 2016


Patrik Dufresne added the comment:

Manage to work around this issue by using surrogateescape for arcname and filename. For me it's no longer an issue.

----------

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


More information about the Python-bugs-list mailing list