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 steve.dower
Recipients Big Stone, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-11-13.01:43:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479001427.26.0.418682598813.issue28675@psf.upfronthosting.co.za>
In-reply-to
Content
Those are redirecting stdin and stdout from the real console to their own handlers, so they are responsible for setting the encoding. Both of those examples are able to fix the encoding issues whenever they like - assuming their GUI toolkits can handle it.

The change for 3.6 only affected the standard Windows console. Other consoles can specify a different encoding independently.
History
Date User Action Args
2016-11-13 01:43:47steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Big Stone
2016-11-13 01:43:47steve.dowersetmessageid: <1479001427.26.0.418682598813.issue28675@psf.upfronthosting.co.za>
2016-11-13 01:43:47steve.dowerlinkissue28675 messages
2016-11-13 01:43:45steve.dowercreate