Proposed implementation for an Ordered Dictionary
Benjamin Peterson
benjamin at python.org
Thu Feb 26 11:58:43 EST 2009
Raymond Hettinger <python <at> rcn.com> writes:
>
> Here's a proposed implementation for Py2.7 and Py3.1:
>
> http://code.activestate.com/recipes/576669/
>
> Would like you guys to kick the tires, exercise it a bit, and let me
> know what you think. The recipe runs under 2.6 and 3.0 without
> modification so it should be easy to play with.
Why not just inherit from collections.MutableMapping?
More information about the Python-list
mailing list