[New-bugs-announce] [issue40709] Malfunctioning of '\r'

Sanmitha report at bugs.python.org
Thu May 21 05:17:19 EDT 2020


New submission from Sanmitha <sanmithasadhishkumar at gmail.com>:

The escape sequence '\r' (carriage return) doesn't function in 3.x and 2.x versions.
Eg:
print("computer\rscience")
Expected output : sciencer
But, it displays computerscience without the functioning of'\r'

----------
assignee: terry.reedy
components: IDLE
files: error
messages: 369508
nosy: Sanmitha, terry.reedy
priority: normal
severity: normal
status: open
title: Malfunctioning of '\r'
type: performance
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8
Added file: https://bugs.python.org/file49174/error

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


More information about the New-bugs-announce mailing list