[New-bugs-announce] [issue41558] Backspace not clearing the text

Ketan Bhatt report at bugs.python.org
Sat Aug 15 11:24:25 EDT 2020


New submission from Ketan Bhatt <ketan.bhatt.18 at gmail.com>:

The below statement is not clearing the text, although there are three backspaces:

print("123",end="\b\b\b")

The output from the Jupiter note book is 12!!!

----------
files: bug.ipynb
messages: 375469
nosy: ketanbhatt18
priority: normal
severity: normal
status: open
title: Backspace not clearing the text
versions: Python 3.9
Added file: https://bugs.python.org/file49397/bug.ipynb

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41558>
_______________________________________


More information about the New-bugs-announce mailing list