[issue19625] IDLE 2.7 should use UTF-8 as it's default encoding

Stéphane Wirtel stephane at wirtel.be
Wed Apr 29 16:04:20 CEST 2015


On OS X and with IDLE 3, I get utf-8 with sys.stdout.encoding, not sure, 
but I think you have to check the default encoding on Windows.

What’s the result if you execute:

python3 -c 'import sys; print(sys.getdefaultencoding())'


More information about the Python-bugs-list mailing list