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 martin.panter
Recipients Dude Roast, martin.panter, terry.reedy
Date 2019-01-26.21:12:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548537157.35.0.945285808209.issue35833@roundup.psfhosted.org>
In-reply-to
Content
I suspect Idle just passes control characters directly to an underlying Text or similar TK widget. As far as I know, TK only documents behaviour for tabs and newlines, not other control characters.

Last time this was brought up, Terry added a sentence under <https://docs.python.org/3.7/library/idle.html#user-output-in-shell>, third paragraph, about this:

“Newline characters cause following text to appear on a new line, but other control characters are either replaced with a box or deleted.”
History
Date User Action Args
2019-01-26 21:12:38martin.pantersetrecipients: + martin.panter, terry.reedy, Dude Roast
2019-01-26 21:12:37martin.pantersetmessageid: <1548537157.35.0.945285808209.issue35833@roundup.psfhosted.org>
2019-01-26 21:12:37martin.panterlinkissue35833 messages
2019-01-26 21:12:37martin.pantercreate