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 joseph.hackman
Recipients joseph.hackman, methane, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-12-25.02:58:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482634688.03.0.960121514342.issue29059@psf.upfronthosting.co.za>
In-reply-to
Content
The flag is application specific. I.e. a python program that writes to console  using ansi codes, when used on windows, will just display the codes. If the Output is redireced to file and then the file is printed to console using a console tool, the colors will show instead.
History
Date User Action Args
2016-12-25 02:58:08joseph.hackmansetrecipients: + joseph.hackman, paul.moore, tim.golden, methane, zach.ware, steve.dower
2016-12-25 02:58:08joseph.hackmansetmessageid: <1482634688.03.0.960121514342.issue29059@psf.upfronthosting.co.za>
2016-12-25 02:58:08joseph.hackmanlinkissue29059 messages
2016-12-25 02:58:07joseph.hackmancreate