This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients THRlWiTi, matrixise, serhiy.storchaka, terry.reedy
Date 2015-04-29.14:04:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
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())'
History
Date User Action Args
2015-04-29 14:04:21matrixisesetrecipients: + matrixise, terry.reedy, THRlWiTi, serhiy.storchaka
2015-04-29 14:04:21matrixiselinkissue19625 messages
2015-04-29 14:04:21matrixisecreate