[issue24965] Implement PEP 498: Literal String Formatting

Eric V. Smith report at bugs.python.org
Fri Sep 11 21:48:28 CEST 2015


Eric V. Smith added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24965>
_______________________________________


More information about the Python-bugs-list mailing list