[issue10828] Python 3 doesn't support non-ASCII module names with a locale encoding different than UTF-8
STINNER Victor
report at bugs.python.org
Mon Mar 21 01:03:37 CET 2011
STINNER Victor <victor.stinner at haypocalc.com> added the comment:
I closed #3080: Python 3.3 is now able to handle non-ASCII characters in module names and paths. But it is only able to handle non-ASCII characters encodable to the ANSI code page. To support all characters, I opened the issue #11619 (see also #10785).
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10828>
_______________________________________
More information about the Python-bugs-list
mailing list