Hello, On Tue, 23 Feb 2021 12:11:00 -0500 Richard Damon <rich...@damon-family.org> wrote:
[] > them. If we look at 'f-strings' as the example, I beleive f-strings > are now considered the 'preferred obvious' way to do it, when it is It's a common mistake. %-formatting was "preferred obvious" 30 years ago, and is "preferred obvious" now (exactly because it's stable, not a random jumping novelty). But if you want to use f-strings, now you can. The same situation would be with "lambda" - it would remain "preferred obvious", but people who need arrow functions, will be able to use them. [] -- Best regards, Paul mailto:pmis...@gmail.com _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/LMRIJB4TS4U4QEOY7VK7Q2XFUPJNI3B4/ Code of Conduct: http://python.org/psf/codeofconduct/