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 ideasman42
Recipients ideasman42, lemburg, loewis, vstinner
Date 2012-10-05.11:17:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349435826.82.0.427284578276.issue16129@psf.upfronthosting.co.za>
In-reply-to
Content
Agree PyOS_PutEnv would be good since its not restricted to string encoding and resolves the problem of not being able to control env vars for an embedded interpreter in general.

Having ways to change encoding is good too but a bit outside the scope of this report and possibly not the best solution either since its possible (through unlikely), that you need to set the encoding at the very start of python initialization- rather than site & builtin modules loads.
History
Date User Action Args
2012-10-05 11:17:07ideasman42setrecipients: + ideasman42, lemburg, loewis, vstinner
2012-10-05 11:17:06ideasman42setmessageid: <1349435826.82.0.427284578276.issue16129@psf.upfronthosting.co.za>
2012-10-05 11:17:06ideasman42linkissue16129 messages
2012-10-05 11:17:06ideasman42create