<p dir="ltr">Just wanted to put out some feelers for the feasibility of these two features:</p>
<p dir="ltr">* have the **kwargs param be an OrderedDict rather than a dict<br>
* have class definitions happen relative to an OrderedDict by default rather than a dict, and still overridable by a metaclass's __prepare__().</p>
<p dir="ltr">Both of these will need OrderedDict in C, which is getting close (issue #16991).</p>
<p dir="ltr">-eric</p>