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 stanhx
Recipients stanhx, terry.reedy
Date 2020-05-23.01:59:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590199151.54.0.454885247619.issue40738@roundup.psfhosted.org>
In-reply-to
Content
The backspace character \b is not processed correctly in IDLE 3.8.2:
>>> print("deleted\b file")
deleted file

Running the interpreter from Terminal, it works:
>>> print("deleted\b file")
delete file

Same result on two systems: MacBook Pro, one on OSX 10.14.6 and another on 10.13.6.
History
Date User Action Args
2020-05-23 01:59:11stanhxsetrecipients: + stanhx, terry.reedy
2020-05-23 01:59:11stanhxsetmessageid: <1590199151.54.0.454885247619.issue40738@roundup.psfhosted.org>
2020-05-23 01:59:11stanhxlinkissue40738 messages
2020-05-23 01:59:09stanhxcreate