Richard Oudkerk added the comment:

I don't see how this is a subprocess problem, or could be fixed in subprocess.

IIUC, SetConsoleTextAttribute() only has an effect if the output is connected 
to a console.  But that is not the case if you redirect the output to a pipe 
(which is presumably what Waf does so it can capture the output).

----------
nosy: +sbt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17647>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to