On Sun, Apr 19, 2020 at 10:19:41AM +0200, Alex Hall wrote: > But the problem here is not that your proposal doesn't meet all the > requirements, it's that you have different requirements from us. You are > requiring something that looks like an expression even if it isn't.
Please read what I said again, because that's a mischaracterisation of what I said. > Side note: what does this mean in your proposal? I'm guessing it's a > SyntaxError? > > foo(a, b, **{u, v}, c, d) Yes, because we still have a restriction that positional arguments come before keyword arguments. If that restriction is ever relaxed, then this may become legal. -- 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/NBSFYOCOMU2RMKWCHNZZECDJVD5N6UFP/ Code of Conduct: http://python.org/psf/codeofconduct/