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 David.Sankel, amaury.forgeotdarc, brian.curtin, christian.heimes, christoph, davidsarah, ezio.melotti, hippietrail, lemburg, mark, mhammond, pitrou, santoso.wijaya, smerlin, ssbarnea, terry.reedy, tim.golden, tzot, v+python, vstinner
Date 2011-10-19.20:58:45
SpamBayes Score 0.0042590075
Marked as misclassified No
Message-id <1319057925.83.0.12506823903.issue1602@psf.upfronthosting.co.za>
In-reply-to
Content
test_win_console.py: Small script to test win_console.patch. Write some characters into sys.stdout.buffer (WriteConsoleA) and sys.stdout (WriteConsoleW). The test is written for cp850, cp1252 and cp65001 code pages.
History
Date User Action Args
2011-10-19 20:58:45vstinnersetrecipients: + vstinner, lemburg, mhammond, terry.reedy, tzot, amaury.forgeotdarc, pitrou, christian.heimes, tim.golden, mark, christoph, ezio.melotti, v+python, hippietrail, ssbarnea, brian.curtin, davidsarah, santoso.wijaya, David.Sankel, smerlin
2011-10-19 20:58:45vstinnersetmessageid: <1319057925.83.0.12506823903.issue1602@psf.upfronthosting.co.za>
2011-10-19 20:58:45vstinnerlinkissue1602 messages
2011-10-19 20:58:45vstinnercreate