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 amaury.forgeotdarc, casevh, neologix, pitrou, santoso.wijaya, vstinner
Date 2011-03-04.10:00:51
SpamBayes Score 0.0020799323
Marked as misclassified No
Message-id <1299232851.79.0.436243670684.issue11395@psf.upfronthosting.co.za>
In-reply-to
Content
Anyway, use os.write() to write unicode into the Windows console is not the right thing to do. We should use WriteConsoleW(): #1602 is the correct fix for this issue.
History
Date User Action Args
2011-03-04 10:00:51vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, casevh, neologix, santoso.wijaya
2011-03-04 10:00:51vstinnersetmessageid: <1299232851.79.0.436243670684.issue11395@psf.upfronthosting.co.za>
2011-03-04 10:00:51vstinnerlinkissue11395 messages
2011-03-04 10:00:51vstinnercreate