]> granicus.if.org Git - python/commit
Issue 1342: Python could not start if installed in a directory
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 11 Jun 2008 17:40:47 +0000 (17:40 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 11 Jun 2008 17:40:47 +0000 (17:40 +0000)
commitf1ca0b11b5a86b5b62f51d3ae75fdddb7d1df742
tree70403992d17ebe2a89d9c168c5b264456d18b8b8
parentc354c2e6ef54ffc33080323e79c8b0c5e6783dc9
Issue 1342: Python could not start if installed in a directory
with non-ascii characters.

This is the simple fix, which uses the FileSystemEncoding.
Replacing all the char* with unicode strings is a major rewrite,
and needs more thinking.
Misc/NEWS
Python/import.c
Python/pythonrun.c