[issue37827] IDLE Shell: add a terminal mode that responds to \a, \b, and \r

Tal Einat report at bugs.python.org
Thu Nov 14 05:33:57 EST 2019


Tal Einat <taleinat at gmail.com> added the comment:

Note that most of the issues with special characters described in Terry latest comment have been addressed by the fix for issue13153.

Can we continue discussing just properly rendering \r and \b, e.g. as done in PR GH-15211? Let's just decide whether we want this or not.

My main point in favor is that we already have special support for two similar control characters, \n and \t. IMO we should expand this to the other very standardized ones, \r and \b, and perhaps \a ("bell") as well.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37827>
_______________________________________


More information about the Python-bugs-list mailing list