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 akira
Recipients Al.Sweigart, THRlWiTi, akira, docs@python, martin.panter, ned.deily, serhiy.storchaka, terry.reedy, willingc
Date 2016-03-14.10:28:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457951339.35.0.230460841099.issue23220@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-03-14 10:28:59akirasetrecipients: + akira, terry.reedy, ned.deily, THRlWiTi, docs@python, martin.panter, Al.Sweigart, serhiy.storchaka, willingc
2016-03-14 10:28:59akirasetmessageid: <1457951339.35.0.230460841099.issue23220@psf.upfronthosting.co.za>
2016-03-14 10:28:59akiralinkissue23220 messages
2016-03-14 10:28:59akiracreate