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 <069DCE35-6922-48C5-AC6E-CD0D1A9A752D@wirtel.be>
In-reply-to <1430315944.98.0.51025108828.issue19625@psf.upfronthosting.co.za>
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