[issue9425] Rewrite import machinery to work with unicode paths

STINNER Victor report at bugs.python.org
Sat Aug 14 16:55:09 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

r84012 patchs zipimporter_init() to use the new PyUnicode_FSDecoder() and use Py_UNICODE* (unicode) strings instead of char* (byte) strings.

----------

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


More information about the Python-bugs-list mailing list