Message 125899 - Python tracker
Message125899
| 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:21 | vstinner | set | recipients: + 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:17 | vstinner | link | issue1602 messages |
| 2011-01-10 12:33:17 | vstinner | create | |