On Wed, Jun 02, 2021 at 10:47:46AM +1000, Chris Angelico wrote: > I can understand the confusion though, given that the parallel > constructs cited for justification are all expressions.
"conditional statement, list comprehensions, dict comprehensions" Two out of three is not bad. Conditional statements are not expressions :-) -- 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/BVNHCH6KOI5O4TVA2EB65KHDVN7EFUHC/ Code of Conduct: http://python.org/psf/codeofconduct/
