New submission from Sanmitha <sanmithasadhishku...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue40709> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com