<div dir="ltr">That wording is my fault. I'll update the PEP to remove the word "currently" after waiting a bit to see if there are any other problems.<div><br></div><div>Best,</div><div><br>Neil<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 9, 2015 at 6:16 PM, Benjamin Peterson <span dir="ltr"><<a href="mailto:benjamin@python.org" target="_blank">benjamin@python.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On Mon, Feb 9, 2015, at 17:12, Neil Girdhar wrote:<br>
> Right,<br>
><br>
> Just to be clear though: **-args must follow any *-args and position<br>
> arguments. So at worst, your example is:<br>
><br>
> f(x, y, *k, *b, c, **w, **d)<br>
><br>
> Best,<br>
<br>
</span>Ah, I guess I was confused by this sentence in the PEP: " Function calls<br>
currently have the restriction that keyword arguments must follow<br>
positional arguments and ** unpackings must additionally follow *<br>
unpackings."<br>
<br>
That suggests that that rule is going to change.<br>
</blockquote></div><br></div></div></div>