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 eryksun
Recipients eryksun, ezio.melotti, methane, vstinner, yan12125
Date 2017-01-14.14:05:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484402746.93.0.636003345971.issue29240@psf.upfronthosting.co.za>
In-reply-to
Content
> it should be replaced with sys.getfilesystemencodeerrors() 
> to support UTF-8 Strict mode.

I did that in the patch for issue 28188. The focus of the patch is to add bytes support on Windows for os.putenv and os.environb, but I also tried to maximize consistency (at least parallel structure) between the POSIX and Windows implementations.
History
Date User Action Args
2017-01-14 14:05:46eryksunsetrecipients: + eryksun, vstinner, ezio.melotti, methane, yan12125
2017-01-14 14:05:46eryksunsetmessageid: <1484402746.93.0.636003345971.issue29240@psf.upfronthosting.co.za>
2017-01-14 14:05:46eryksunlinkissue29240 messages
2017-01-14 14:05:46eryksuncreate