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 terry.reedy
Recipients eryksun, joseph.hackman, methane, paul.moore, steve.dower, terry.reedy, tim.golden, v+python, zach.ware
Date 2017-04-21.23:43:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492818217.89.0.373121051225.issue29059@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-04-21 23:43:38terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, v+python, methane, zach.ware, eryksun, steve.dower, joseph.hackman
2017-04-21 23:43:37terry.reedysetmessageid: <1492818217.89.0.373121051225.issue29059@psf.upfronthosting.co.za>
2017-04-21 23:43:37terry.reedylinkissue29059 messages
2017-04-21 23:43:37terry.reedycreate