[issue9425] Rewrite import machinery to work with unicode paths

STINNER Victor report at bugs.python.org
Thu Aug 26 00:58: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.

oops, it's r84013 (not r84012)

----------

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


More information about the Python-bugs-list mailing list