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, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-03-24.22:34:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490394843.09.0.467635996133.issue29898@psf.upfronthosting.co.za>
In-reply-to
Content
The environment variable PYTHONLEGACYWINDOWSIOENCODING is documented here:

https://docs.python.org/3/using/cmdline.html#envvar-PYTHONLEGACYWINDOWSIOENCODING

but not actually implemented. Also, I think setting PYTHONIOENCODING to anything except UTF-8 should disable using io._WindowsConsoleIO.
History
Date User Action Args
2017-03-24 22:34:03eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, steve.dower
2017-03-24 22:34:03eryksunsetmessageid: <1490394843.09.0.467635996133.issue29898@psf.upfronthosting.co.za>
2017-03-24 22:34:02eryksunlinkissue29898 messages
2017-03-24 22:34:02eryksuncreate