Eric V. Smith <e...@trueblade.com> added the comment:

>From earlier in this issue: https://bugs.python.org/msg366164

> So a slightly shorter example uses ru''. This is an error because you can't 
> combine the r prefix and the u prefix (in fact you can't combine anything 
> with the r prefix).

That's not true: 'rf' is a valid prefix: rf'{1}'. And so are all of the wacky 
combinations rF, Rf, RF, fr, fR, Fr, FR.

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40246>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to