nghung270192 / colorama

Automatically exported from code.google.com/p/colorama
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

demo04 fails - setting red on stderr change the color on stdout too #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Run demo04.py and instead of seeing text: green/red/green you will see 
green/red/red.

This means that when stderr changes the color to red, any further stdout output 
will be red too, instead of reusing the last stdout color (green).

Original issue reported on code.google.com by sorin.sb...@gmail.com on 2 Dec 2011 at 2:50

GoogleCodeExporter commented 9 years ago
Acknowledged (finally.)

That looks like a bug. Investigating...

Original comment by tart...@gmail.com on 20 Apr 2014 at 9:40