[issue29059] Windows: Python not using ANSI compatible console

INADA Naoki report at bugs.python.org
Sat Dec 24 20:25:19 EST 2016


INADA Naoki added the comment:

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?

----------
nosy: +inada.naoki

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


More information about the Python-bugs-list mailing list