[Python-Dev] PEP 372 -- Adding an ordered directory tocollections ready for pronouncement

Raymond Hettinger python at rcn.com
Mon Mar 2 22:58:28 CET 2009


My preference is OrderedDict.
That says that it is a pure python class like Counter, UserDict, UserList, MutableMapping and other collections classes.
It is clear and explicit in its intention and doesn't make you try to remember what the o in odict stands for.

Raymond



More information about the Python-Dev mailing list