[New-bugs-announce] [issue29898] PYTHONLEGACYWINDOWSIOENCODING isn't implemented

Eryk Sun report at bugs.python.org
Fri Mar 24 18:34:03 EDT 2017


New submission from Eryk Sun:

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.

----------
components: IO, Unicode, Windows
messages: 290240
nosy: eryksun, ezio.melotti, haypo, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: test needed
status: open
title: PYTHONLEGACYWINDOWSIOENCODING isn't implemented
type: behavior
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29898>
_______________________________________


More information about the New-bugs-announce mailing list