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 vstinner
Recipients ezio.melotti, vstinner
Date 2011-11-16.22:14:47
SpamBayes Score 0.0031780931
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
os.unsetenv(name) encodes name to UTF-8. I think that the ANSI code page (or another code page?) should be used.
History
Date User Action Args
2011-11-16 22:14:48vstinnersetrecipients: + vstinner, ezio.melotti
2011-11-16 22:14:47vstinnersetmessageid: <[email protected]>
2011-11-16 22:14:47vstinnerlinkissue13415 messages
2011-11-16 22:14:47vstinnercreate