This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, reto
Date 2007-10-27.22:06:33
SpamBayes Score 0.0008931481
Marked as misclassified No
Message-id <1193522793.45.0.507767566372.issue1262@psf.upfronthosting.co.za>
In-reply-to
Content
Confirmed!

Python 3.0 doesn't start at all on Windows when an environment variable
with non ASCII chars is present. This bug is related to
http://bugs.python.org/issue1342.

However on Linux Python 3.0 can handle unicode characters in paths and
environ vars fine.

$ UNITEST="umlauts äöü ß " ./python -c "import os;
print(os.environ['UNITEST'])"
umlauts äöü ß
History
Date User Action Args
2007-10-27 22:06:33christian.heimessetspambayes_score: 0.000893148 -> 0.0008931481
recipients: + christian.heimes, reto
2007-10-27 22:06:33christian.heimessetspambayes_score: 0.000893148 -> 0.000893148
messageid: <1193522793.45.0.507767566372.issue1262@psf.upfronthosting.co.za>
2007-10-27 22:06:33christian.heimeslinkissue1262 messages
2007-10-27 22:06:33christian.heimescreate