File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ conflict.
571
571
572
572
.. versionchanged :: 3.6
573
573
On Windows, the encoding specified by this variable is ignored for interactive
574
- console buffers unless :envvar: `PYTHONLEGACYWINDOWSIOENCODING ` is also specified.
574
+ console buffers unless :envvar: `PYTHONLEGACYWINDOWSSTDIO ` is also specified.
575
575
Files and pipes redirected through the standard streams are not affected.
576
576
577
577
.. envvar :: PYTHONNOUSERSITE
@@ -700,7 +700,7 @@ conflict.
700
700
.. versionadded :: 3.6
701
701
See :pep: `529 ` for more details.
702
702
703
- .. envvar :: PYTHONLEGACYWINDOWSIOENCODING
703
+ .. envvar :: PYTHONLEGACYWINDOWSSTDIO
704
704
705
705
If set to a non-empty string, does not use the new console reader and
706
706
writer. This means that Unicode characters will be encoded according to
Original file line number Diff line number Diff line change @@ -534,7 +534,7 @@ provide correctly read str objects to Python code. ``sys.stdin``,
534
534
535
535
This change only applies when using an interactive console, and not when
536
536
redirecting files or pipes. To revert to the previous behaviour for interactive
537
- console use, set :envvar: `PYTHONLEGACYWINDOWSIOENCODING `.
537
+ console use, set :envvar: `PYTHONLEGACYWINDOWSSTDIO `.
538
538
539
539
.. seealso ::
540
540
You can’t perform that action at this time.
0 commit comments