logilab-common #93009 add OrderedDict compatiblity code [rejected]
OrderedDict is available from python 2.7 on in the `collections` library module. An activestate recipe is available at http://code.activestate.com/recipes/576693 and is supposed to work from python 2.4 on. | |
priority | normal |
---|---|
type | enhancement |
done in | 0.59.0 |
load | 0.000 |
load left | 0.000 |
closed by | <not specified> |
patch | implement OrderedDict compat for python >= 2.4 ; closes #93009 [rejected] |
Comments
-
2012/05/21 07:41, written by acampeas
add commentalso available (and maintained) from http://pypi.python.org/pypi/ordereddict/