New submission from Stan Hendryx <s...@hendryxassoc.com>:
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. ---------- assignee: terry.reedy components: IDLE messages: 369685 nosy: stanhx, terry.reedy priority: normal severity: normal status: open title: backspace character \b not processed by IDLE type: behavior versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40738> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com