[issue23220] Documents input/output effects of how IDLE runs user code

Akira Li report at bugs.python.org
Mon Mar 14 06:28:59 EDT 2016


Akira Li added the comment:

IDLE can implement functionality similar to what colorama [1] module does on Windows: translate ANSI escape character sequences into corresponding GUI method calls.

For example, \b might be implemented using a .delete() call, \r using .mark_set(), etc.

[1] https://pypi.python.org/pypi/colorama

----------
nosy: +akira

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


More information about the Python-bugs-list mailing list