[issue8611] Python3 doesn't support locale different than utf8 and an non-ASCII path (POSIX)

Antoine Pitrou report at bugs.python.org
Tue May 4 15:36:47 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

We could have a separate list storing the original bytes form of sys.path; this list would be used by find_module() as long as Py_FileSystemDefaultEncoding isn't initialized.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list