The problem is that's ambiguous to the grammar whether you truly mean 'f' as a prefix or 'f' as a variable and just happened to type something wrong. And then debugging that would be horrible. So even if the grammar to support it, I'm -1 on the idea.
On Wed, Jan 29, 2020 at 1:41 PM Mikhail V <[email protected]> wrote: > I would like to see possibility to put spaces > between the string prefix and the string literal > so I could write e.g. like this: > > print (f "x: {x}") > > IMO it would help with legibility especially > noticable with by proportional fonts. > > Mikhail > _______________________________________________ > Python-ideas mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-ideas.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/OXR2HHUYZYXJXNOL4INTOAOPXJWWCZBA/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/FNN6LK4DKQDCKLSULINBW524MX2V7N3H/ Code of Conduct: http://python.org/psf/codeofconduct/
