Message 250493 - Python tracker
Message250493
| Author | eric.smith |
|---|---|
| Recipients | barry, eric.smith, martin.panter, python-dev, yselivanov |
| Date | 2015-09-11.19:48:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1442000908.12.0.186967688036.issue24965@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It turns out 'fur' strings aren't a thing, because 'ur' strings aren't. From tokenizer.c: /* ur"" and ru"" are not supported */ And the PEP: https://www.python.org/dev/peps/pep-0414/#exclusion-of-raw-unicode-literals I'll add a test to make sure this fails. So I just need to work on the triple-quoted string problem. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-09-11 19:48:28 | eric.smith | set | recipients: + eric.smith, barry, python-dev, martin.panter, yselivanov |
| 2015-09-11 19:48:28 | eric.smith | set | messageid: <1442000908.12.0.186967688036.issue24965@psf.upfronthosting.co.za> |
| 2015-09-11 19:48:28 | eric.smith | link | issue24965 messages |
| 2015-09-11 19:48:27 | eric.smith | create | |