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 loewis
Recipients brian.curtin, ezio.melotti, loewis, shura_zam
Date 2010-03-06.18:12:52
SpamBayes Score 3.2077865e-09
Marked as misclassified No
Message-id <1267899174.01.0.801016823094.issue6815@psf.upfronthosting.co.za>
In-reply-to
Content
I think the patch is incorrect. It shouldn't do any encoding conversion, but perform the expanding completely in Unicode strings.

For 2.x, I recommend to close this as "won't fix". Expanding a Unicode strings is just not supported. If it was supported, it should be supported correctly, i.e. allowing both environment variable names and environment variable values to have non-ASCII characters in them, and, on Windows, even non-MBCS characters.
History
Date User Action Args
2010-03-06 18:12:54loewissetrecipients: + loewis, shura_zam, ezio.melotti, brian.curtin
2010-03-06 18:12:54loewissetmessageid: <1267899174.01.0.801016823094.issue6815@psf.upfronthosting.co.za>
2010-03-06 18:12:52loewislinkissue6815 messages
2010-03-06 18:12:52loewiscreate