On Wed, Oct 7, 2020 at 2:08 AM Jonathan Fine <[email protected]> wrote: > Aside. Please treat this as a semantic problem, or in other words assume that > >>> x[SOMETHING] > >>> f(SOMETHING) > impose the same constraint on a well-formed expression SOMETHING. >
Be aware that this isn't an "expression" in the technical sense. You can't put the SOMETHING into a variable and then use that variable in the call or subscript. ChrisA _______________________________________________ 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/XVIIGM5FIYSEVTRFD6JRRBTIEHYS7YRZ/ Code of Conduct: http://python.org/psf/codeofconduct/
