[issue3705] py3k fails under Windows if "-c" or "-m" is given a non-ascii value

Amaury Forgeot d'Arc report at bugs.python.org
Sun Sep 7 00:20:19 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

This patch corrects the "-m" case on windows: the path has to be
decoded/recoded using the filesystem encoding, and not the default utf-8.
Review is needed, of course.

----------
nosy: +amaury.forgeotdarc
Added file: http://bugs.python.org/file11411/find_module_unicode.patch

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


More information about the Python-bugs-list mailing list