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