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, lemburg, mark, pitrou, ssbarnea, tim.golden, tzot, v+python, vstinner
Date 2011-01-10.12:33:17
SpamBayes Score 0.0064191422
Marked as misclassified No
Message-id <201101101333.15618.victor.stinner@haypocalc.com>
In-reply-to <1294660207.03.0.604298820061.issue1602@psf.upfronthosting.co.za>
Content
amaury> The script unicode2.py uses the console STD_OUTPUT_HANDLE iff
amaury> sys.stdout.fileno()==1

Interesting article about the Windows console:
http://blogs.msdn.com/b/michkap/archive/2008/03/18/8306597.aspx

There is an example which has many tests to check that stdout is the windows 
console (and not a pipe or something else).
History
Date User Action Args
2011-01-10 12:33:21vstinnersetrecipients: + vstinner, lemburg, tzot, amaury.forgeotdarc, pitrou, christian.heimes, tim.golden, mark, christoph, ezio.melotti, v+python, ssbarnea, brian.curtin, davidsarah, David.Sankel
2011-01-10 12:33:17vstinnerlinkissue1602 messages
2011-01-10 12:33:17vstinnercreate