[issue40708] Malfunctioning of '\r'

Sanmitha report at bugs.python.org
Thu May 21 04:19:13 EDT 2020


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

'\r' in python 3.7.2, 3.7.4, 3.8.2, 2.x versions doesn't give the desired output
Eg:
print("computer\rscience")
The expected output of the above code is : sciencer
But it displays : computerscience without functioning of \r

----------
assignee: terry.reedy
components: IDLE
messages: 369504
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

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


More information about the Python-bugs-list mailing list