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 r.david.murray
Recipients Drekin, martin.panter, r.david.murray
Date 2015-08-25.18:08:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440526081.17.0.642354342782.issue24829@psf.upfronthosting.co.za>
In-reply-to
Content
The behavior of programs definitely differs if stdout is redirected.  For example on linux a program might output color codes to stdout normally, but if it is redirected to a non-tty, no color codes would be output.

Windows console handling of unicode is an entirely separate problem for which there are open issues and some possible solutions being worked on.
History
Date User Action Args
2015-08-25 18:08:01r.david.murraysetrecipients: + r.david.murray, martin.panter, Drekin
2015-08-25 18:08:01r.david.murraysetmessageid: <1440526081.17.0.642354342782.issue24829@psf.upfronthosting.co.za>
2015-08-25 18:08:01r.david.murraylinkissue24829 messages
2015-08-25 18:08:01r.david.murraycreate