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 methane
Recipients joseph.hackman, methane, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-12-25.01:25:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482629119.48.0.409022038693.issue29059@psf.upfronthosting.co.za>
In-reply-to
Content
Is it a global state, or application specific state?
In other words, if Python enables VT100, doesn't it remain after os._exit(1)?

If it is global state of console, why Python should change it?
Shouldn't user who want to use VT100 enable it before starting Python?
History
Date User Action Args
2016-12-25 01:25:19methanesetrecipients: + methane, paul.moore, tim.golden, zach.ware, steve.dower, joseph.hackman
2016-12-25 01:25:19methanesetmessageid: <1482629119.48.0.409022038693.issue29059@psf.upfronthosting.co.za>
2016-12-25 01:25:19methanelinkissue29059 messages
2016-12-25 01:25:18methanecreate