[issue8242] Support surrogates in import ; install Python in a non-ASCII directory

Martin v. Löwis report at bugs.python.org
Tue Apr 20 07:46:00 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

I haven't reviewed the patch in detail yet, but it seems to me that it fixes independent issues. -1000 on that. One problem, one bug report in the tracker, one commit.

If this issue is about the import machinery not working anymore if there is a non-ASCII character in the path, then why the heck does it touch posixmodule.c????

As for modules that have non-ASCII characters in their module name: this is, again, an unrelated issue (ISTM), so if you want to deal with it, please create a new issue.

----------

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


More information about the Python-bugs-list mailing list