On Sun, 24 Oct 2021, Erik Demaine wrote:

I think the semantics are easy to specify: the argument defaults get evaluated for unspecified order, in left to right order as specified in the def. Those may trigger exceptions as usual.

Sorry, that should be:

I think the semantics are easy to specify: the argument defaults get evaluated for unspecified ARGUMENT(s), in left to right order as specified in the def. Those may trigger exceptions as usual.

_______________________________________________
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/SNAYBJR52DHO3U76RLXZEC7HQFJLKVEX/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to