Message369508
| 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:19 | Dora | set | recipients: + Dora, terry.reedy |
| 2020-05-21 09:17:19 | Dora | set | messageid: <1590052639.86.0.84675192196.issue40709@roundup.psfhosted.org> |
| 2020-05-21 09:17:19 | Dora | link | issue40709 messages |
| 2020-05-21 09:17:19 | Dora | create | |