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 davispuh, ezio.melotti, martin.panter, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-06-02.04:08:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464840514.34.0.991006575089.issue27179@psf.upfronthosting.co.za>
In-reply-to
Content
Even sys.__stdout__ can be missing. In this context, falling back on the default encoding is probably fine, but for 3.6 I'd like to make everything default to UTF-8 on Windows, and force the console mode on startup (restore on finalize) - apart from the input() implementation it's fairly straightforward.

But don't hold up an immediate fix on that change, just be aware that I'm tinkering with a good long-term fix.
History
Date User Action Args
2016-06-02 04:08:34steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, ezio.melotti, martin.panter, zach.ware, davispuh
2016-06-02 04:08:34steve.dowersetmessageid: <1464840514.34.0.991006575089.issue27179@psf.upfronthosting.co.za>
2016-06-02 04:08:34steve.dowerlinkissue27179 messages
2016-06-02 04:08:33steve.dowercreate