[issue30410] Documentation for sys.stdout encoding does not reflect the new Windows behavior in Python 3.6+

Paul Moore report at bugs.python.org
Sat May 20 04:58:49 EDT 2017


New submission from Paul Moore:

The documentation for the encoding of sys.stdin/out/err (see https://docs.python.org/3.6/library/sys.html#sys.stdout) does not reflect the change in Python 3.6 on Windows to use the console Unicode APIs, and hence UTF-8 for the encoding.

----------
assignee: docs at python
components: Documentation, Windows
keywords: easy
messages: 294020
nosy: docs at python, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Documentation for sys.stdout encoding does not reflect the new Windows behavior in Python 3.6+
type: behavior
versions: Python 3.6, Python 3.7

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


More information about the Python-bugs-list mailing list