<div style="color:#000; font-size: 14px;font-family: arial;"><div><br></div></div><div>Since Python 3.7,dicts remember the order that items were inserted, so any plans to combine collections.OrderedDict with dict?<br>https://docs.python.org/3/library/collections.html?#collections.OrderedDict<br>https://docs.python.org/3/library/stdtypes.html#dict <br><br>BTW, I think it would be better to move "Dictionaries preserve insertion order" part at the end of the doc of https://docs.python.org/3/library/stdtypes.html#dict <br>up below the doc for <br>class dict(**kwarg)<br>class dict(mapping, **kwarg)<br>class dict(iterable, **kwarg)<br>so that people won't miss the feature when consulting the doc<br><br><br><https://bugs.python.org/issue34221><br>_______________________________________<br></div><br><br><span title="neteasefooter"><p> </p></span>