[issue27179] subprocess uses wrong encoding on Windows

Steve Dower report at bugs.python.org
Thu Jun 2 00:08:34 EDT 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue27179>
_______________________________________


More information about the Python-bugs-list mailing list