mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-29898: Fix incorrect env variable name (GH-1576)
It should read PYTHONLEGACYWINDOWSSTDIO as stated in section "Add legacy mode" in PEP 528.
This commit is contained in:
parent
1bd7d299bd
commit
87fa8a780e
2 changed files with 3 additions and 3 deletions
|
@ -571,7 +571,7 @@ conflict.
|
|||
|
||||
.. versionchanged:: 3.6
|
||||
On Windows, the encoding specified by this variable is ignored for interactive
|
||||
console buffers unless :envvar:`PYTHONLEGACYWINDOWSIOENCODING` is also specified.
|
||||
console buffers unless :envvar:`PYTHONLEGACYWINDOWSSTDIO` is also specified.
|
||||
Files and pipes redirected through the standard streams are not affected.
|
||||
|
||||
.. envvar:: PYTHONNOUSERSITE
|
||||
|
@ -700,7 +700,7 @@ conflict.
|
|||
.. versionadded:: 3.6
|
||||
See :pep:`529` for more details.
|
||||
|
||||
.. envvar:: PYTHONLEGACYWINDOWSIOENCODING
|
||||
.. envvar:: PYTHONLEGACYWINDOWSSTDIO
|
||||
|
||||
If set to a non-empty string, does not use the new console reader and
|
||||
writer. This means that Unicode characters will be encoded according to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue