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 brett.cannon, michael.foord, r.david.murray, vstinner
Date 2010-05-18.22:59:30
SpamBayes Score 0.0584502
Marked as misclassified No
Message-id <1274223572.77.0.941567317231.issue8589@psf.upfronthosting.co.za>
In-reply-to
Content
os.environ is decoded with sys.getfilesystemencoding(), whereas PYTHONWARNINGS is decoded with the locale encoding (locale.getpreferredencoding()) :-/
History
Date User Action Args
2010-05-18 22:59:32vstinnersetrecipients: + vstinner, brett.cannon, r.david.murray, michael.foord
2010-05-18 22:59:32vstinnersetmessageid: <1274223572.77.0.941567317231.issue8589@psf.upfronthosting.co.za>
2010-05-18 22:59:31vstinnerlinkissue8589 messages
2010-05-18 22:59:31vstinnercreate