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.09:17:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590052639.86.0.84675192196.issue40709@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:17:19Dorasetrecipients: + Dora, terry.reedy
2020-05-21 09:17:19Dorasetmessageid: <1590052639.86.0.84675192196.issue40709@roundup.psfhosted.org>
2020-05-21 09:17:19Doralinkissue40709 messages
2020-05-21 09:17:19Doracreate