We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sys.output
sys.stdout
1 parent d15e866 commit a159185Copy full SHA for a159185
peps/pep-0540.rst
@@ -259,7 +259,7 @@ The "Legacy Windows FS encoding" is enabled by the
259
``PYTHONLEGACYWINDOWSFSENCODING`` environment variable.
260
261
If stdin and/or stdout is redirected to a pipe, ``sys.stdin`` and/or
262
-``sys.output`` uses ``mbcs`` encoding by default rather than UTF-8.
+``sys.stdout`` uses ``mbcs`` encoding by default rather than UTF-8.
263
But in UTF-8 Mode, ``sys.stdin`` and ``sys.stdout`` always use the UTF-8
264
encoding.
265
0 commit comments