[issue29059] Windows: Python not using ANSI compatible console

Terry J. Reedy report at bugs.python.org
Fri Apr 21 19:43:37 EDT 2017


Terry J. Reedy added the comment:

In #30075, Tithen Firion reports that "subprocess.call('', shell=True)" leaves the console in ANSI mode.  In Eryk Sun says that this is likely a bug in cmd.exe and gives improved code for putting the console in VT mode, when this is possible.  I closed that issue as a duplicate of this.

----------
nosy: +terry.reedy
stage:  -> resolved

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29059>
_______________________________________


More information about the Python-bugs-list mailing list