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 Dora
Recipients Dora, terry.reedy
Date 2020-05-21.08:19:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590049153.19.0.498279112117.issue40708@roundup.psfhosted.org>
In-reply-to
Content
'\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
History
Date User Action Args
2020-05-21 08:19:13Dorasetrecipients: + Dora, terry.reedy
2020-05-21 08:19:13Dorasetmessageid: <1590049153.19.0.498279112117.issue40708@roundup.psfhosted.org>
2020-05-21 08:19:13Doralinkissue40708 messages
2020-05-21 08:19:13Doracreate