Message 349110 - Python tracker

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.

Content
So, Jupyter notebook has special support for carriage-return ('\r') and backspace ('\b') characters[1].

Do we want to consider adding similar support in IDLE?

[1] https://github.com/jupyter/notebook/blob/e498de6775b3de57f5ff827e562c179b17893064/notebook/static/base/js/utils.js#L479