Stéphane Wirtel added the comment:

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())'

----------
nosy: +matrixise

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

Reply via email to