[Python-ideas] Fix default encodings on Windows

Chris Angelico rosuav at gmail.com
Thu Aug 11 12:24:21 EDT 2016


On Fri, Aug 12, 2016 at 1:31 AM, Steve Dower <steve.dower at python.org> wrote:
> My big concern is the console... I think that change is inevitably going to
> have to break someone, but I need to map out the possibilities first to
> figure out just how bad it'll be.

Obligatory XKCD: https://xkcd.com/1172/

Subprocess invocation has been mentioned. What about logging? Will
there be issues with something that attempts to log to both console
and file?

ChrisA


More information about the Python-ideas mailing list