Message369685
| 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:11 | stanhx | set | recipients: + stanhx, terry.reedy |
| 2020-05-23 01:59:11 | stanhx | set | messageid: <1590199151.54.0.454885247619.issue40738@roundup.psfhosted.org> |
| 2020-05-23 01:59:11 | stanhx | link | issue40738 messages |
| 2020-05-23 01:59:09 | stanhx | create | |