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@python
components: Documentation, Windows
keywords: easy
messages: 294020
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30410>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to