On Sat, Apr 18, 2020 at 12:22:36AM +1200, Greg Ewing wrote:
> Here's another idea for the bikeshed:
>
> f(spam, pass eggs, ham)
How is "pass" meaningful here? To me this looks like a choice of a
random keyword:
f(spam, import eggs, ham)
I don't see the link between a keyword that means "do nothing" and a
feature that means "swap parameters to keyword-self-assignment mode".
--
Steven
_______________________________________________
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/4S7W374LEDB4YXC2TYZO2MYGAD7YUMT4/
Code of Conduct: http://python.org/psf/codeofconduct/