Message369512
| 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:01 | Sanmitha Sadhishkumar | set | recipients: + Sanmitha Sadhishkumar, terry.reedy |
| 2020-05-21 09:45:01 | Sanmitha Sadhishkumar | set | messageid: <1590054301.73.0.843640972851.issue40710@roundup.psfhosted.org> |
| 2020-05-21 09:45:01 | Sanmitha Sadhishkumar | link | issue40710 messages |
| 2020-05-21 09:45:01 | Sanmitha Sadhishkumar | create | |