This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sanmitha Sadhishkumar
Recipients Sanmitha Sadhishkumar, terry.reedy
Date 2020-05-21.09:45:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590054301.73.0.843640972851.issue40710@roundup.psfhosted.org>
In-reply-to
Content
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'
History
Date User Action Args
2020-05-21 09:45:01Sanmitha Sadhishkumarsetrecipients: + Sanmitha Sadhishkumar, terry.reedy
2020-05-21 09:45:01Sanmitha Sadhishkumarsetmessageid: <1590054301.73.0.843640972851.issue40710@roundup.psfhosted.org>
2020-05-21 09:45:01Sanmitha Sadhishkumarlinkissue40710 messages
2020-05-21 09:45:01Sanmitha Sadhishkumarcreate