Steve Dower added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27179>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to