<p dir="ltr"><br>
On Apr 6, 2014 4:39 AM, "Nick Coghlan" <<a href="mailto:ncoghlan@gmail.com">ncoghlan@gmail.com</a>> wrote:<br>
> There *is* a connection here: this needs to play nice with the ordered<br>
> kwargs in order to handle the pass-through case correctly.<br>
><br>
> The guarantee that the order of the supplied mapping (minus any<br>
> entries that map to named parameters) will be preserved needs to be<br>
> made explicit.</p>
<p dir="ltr">You're right.  It's already implied by OrderedDict.  However the point *should* be explicit.</p>
<p dir="ltr">-eric</p>