This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients docs@python, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-05-20.08:58:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495270729.75.0.717879181788.issue30410@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-20 08:58:49paul.mooresetrecipients: + paul.moore, tim.golden, docs@python, zach.ware, steve.dower
2017-05-20 08:58:49paul.mooresetmessageid: <1495270729.75.0.717879181788.issue30410@psf.upfronthosting.co.za>
2017-05-20 08:58:49paul.moorelinkissue30410 messages
2017-05-20 08:58:49paul.moorecreate