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 vstinner
Recipients BreamoreBoy, eryksun, ezio.melotti, ionelmc, r.david.murray, vstinner
Date 2014-06-19.14:22:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403187733.91.0.607267006828.issue21808@psf.upfronthosting.co.za>
In-reply-to
Content
> It's annoyingly broken for me due to the problems with WriteFile and ReadFile.

sys.stdout.write() doen't use WriteFile. Again, see the issue #1602 if you are interested to improve the Unicode support of the Windows console.

A workaround is for example to play with IDLE which has a better Unicode support.
History
Date User Action Args
2014-06-19 14:22:13vstinnersetrecipients: + vstinner, ezio.melotti, ionelmc, r.david.murray, BreamoreBoy, eryksun
2014-06-19 14:22:13vstinnersetmessageid: <1403187733.91.0.607267006828.issue21808@psf.upfronthosting.co.za>
2014-06-19 14:22:13vstinnerlinkissue21808 messages
2014-06-19 14:22:13vstinnercreate