[New-bugs-announce] [issue23220] IDLE does not display \b backspace correctly.
Al Sweigart
report at bugs.python.org
Sun Jan 11 01:54:47 CET 2015
New submission from Al Sweigart:
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
----------
messages: 233828
nosy: Al.Sweigart
priority: normal
severity: normal
status: open
title: IDLE does not display \b backspace correctly.
versions: Python 3.4, Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23220>
_______________________________________
More information about the New-bugs-announce
mailing list