On Thu, Sep 17, 2020 at 06:06:39PM +0200, Alexis Masson wrote: > I do really like the idea, but assigning to a literal really makes it > feel wrong...
f-strings are not literals. They are a form of eval(). -- Steve _______________________________________________ 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/GBFIZKOLYC3OBNVKIU4CJGKPHS3HGCJH/ Code of Conduct: http://python.org/psf/codeofconduct/
