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 aeros, eric.smith, gvanrossum, lys.nikolaou, pablogsal, petr.viktorin, serhiy.storchaka, vstinner
Date 2020-04-29.15:20:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588173657.76.0.113836954491.issue40246@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-04-29 15:20:57eric.smithsetrecipients: + eric.smith, gvanrossum, vstinner, petr.viktorin, serhiy.storchaka, lys.nikolaou, pablogsal, aeros
2020-04-29 15:20:57eric.smithsetmessageid: <1588173657.76.0.113836954491.issue40246@roundup.psfhosted.org>
2020-04-29 15:20:57eric.smithlinkissue40246 messages
2020-04-29 15:20:57eric.smithcreate