[issue1342] Crash on Windows if Python runs from a directory with umlauts

Martin v. Löwis report at bugs.python.org
Tue Nov 20 04:04:32 CET 2007


Martin v. Löwis added the comment:

Please don't use the FileSystemEncoding on Windows for sys.path items.
Instead, it should use the wide API to perform all system calls. Py3k
shouldn't ever use the file system encoding for anything on Windows.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1342>
__________________________________


More information about the Python-bugs-list mailing list