Message233828
| Author | Al.Sweigart |
|---|---|
| Recipients | Al.Sweigart |
| Date | 2015-01-11.00:54:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1420937687.17.0.885670059147.issue23220@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
IDLE cannot display the \b backspace character correctly. From IDLE's interactive shell:
>>> print('hello\b\b\b\b\bHELLO')
hello◙◙◙◙◙HELLO
Whereas from cmd:
>>> print('hello\b\b\b\b\bHELLO')
HELLO |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-01-11 00:54:47 | Al.Sweigart | set | recipients: + Al.Sweigart |
| 2015-01-11 00:54:47 | Al.Sweigart | set | messageid: <1420937687.17.0.885670059147.issue23220@psf.upfronthosting.co.za> |
| 2015-01-11 00:54:47 | Al.Sweigart | link | issue23220 messages |
| 2015-01-11 00:54:46 | Al.Sweigart | create | |