<p dir="ltr"><br>
On Apr 10, 2014 1:57 PM, "Dima Tisnek" <<a href="mailto:dimaqq@gmail.com">dimaqq@gmail.com</a>> wrote:<br>
><br>
> Sorry to be a spoil-sport, but what next?</p>
<p dir="ltr">Oh this isn't so bad :)</p>
<p dir="ltr">><br>
> Preserve order of globals?</p>
<p dir="ltr">Already do-able.</p>
<p dir="ltr">> Preserve order of locals?</p>
<p dir="ltr">Function execution stands alone in Python in how explicitly we restrict flexibility to customize (for the sake of performance). However, see the next point.</p>
<p dir="ltr">> Preserve order of class members?</p>
<p dir="ltr">As already noted, you can do so now. Furthermore, you can use that mechanism to preserve the order of function "locals".</p>
<p dir="ltr">><br>
> methinks the whole point of keyword arguments is that they are named.<br>
><br>
> order is a much weaker concept.</p>
<p dir="ltr">I agree it is weaker. I still think it is worth preserving, as explained in the PEP.</p>
<p dir="ltr">-eric</p>