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 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:28eric.smithsetrecipients: + eric.smith, barry, python-dev, martin.panter, yselivanov
2015-09-11 19:48:28eric.smithsetmessageid: <1442000908.12.0.186967688036.issue24965@psf.upfronthosting.co.za>
2015-09-11 19:48:28eric.smithlinkissue24965 messages
2015-09-11 19:48:27eric.smithcreate