Message261738
| 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:59 | akira | set | recipients: + akira, terry.reedy, ned.deily, THRlWiTi, docs@python, martin.panter, Al.Sweigart, serhiy.storchaka, willingc |
| 2016-03-14 10:28:59 | akira | set | messageid: <1457951339.35.0.230460841099.issue23220@psf.upfronthosting.co.za> |
| 2016-03-14 10:28:59 | akira | link | issue23220 messages |
| 2016-03-14 10:28:59 | akira | create | |