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 santoso.wijaya
Recipients eric.araujo, ezio.melotti, flox, mandel, santoso.wijaya, vstinner
Date 2011-10-26.18:32:52
SpamBayes Score 5.19113e-07
Marked as misclassified No
Message-id <1319653972.76.0.104343013768.issue13207@psf.upfronthosting.co.za>
In-reply-to
Content
Unicode environment vars work properly in Python 3.x on Windows, too, because the convertenviron() function in posixmodule.c uses extern _wenviron PyUnicode_FromWideChar() in Python 3.x. In Python 2.7, convertenviron() uses extern environ and PyString_FromString*().
History
Date User Action Args
2011-10-26 18:32:52santoso.wijayasetrecipients: + santoso.wijaya, vstinner, ezio.melotti, eric.araujo, flox, mandel
2011-10-26 18:32:52santoso.wijayasetmessageid: <1319653972.76.0.104343013768.issue13207@psf.upfronthosting.co.za>
2011-10-26 18:32:52santoso.wijayalinkissue13207 messages
2011-10-26 18:32:52santoso.wijayacreate