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, methane, vstinner, yan12125
Date 2017-01-13.15:27:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484321243.82.0.609122535366.issue29240@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I just noticed that os.environ uses the hardcoded error handler "surrogateescape": it should be replaced with sys.getfilesystemencodeerrors() to support UTF-8 Strict mode.
History
Date User Action Args
2017-01-13 15:27:23vstinnersetrecipients: + vstinner, ezio.melotti, methane, yan12125
2017-01-13 15:27:23vstinnersetmessageid: <1484321243.82.0.609122535366.issue29240@psf.upfronthosting.co.za>
2017-01-13 15:27:23vstinnerlinkissue29240 messages
2017-01-13 15:27:23vstinnercreate