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 <[email protected]>
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: <[email protected]>
2011-03-04 10:00:51vstinnerlinkissue11395 messages
2011-03-04 10:00:51vstinnercreate