Which implementation of OrderedDict should be used in python2.6?
Posted
by Jorge Vargas
on Stack Overflow
See other posts from Stack Overflow
or by Jorge Vargas
Published on 2010-03-20T17:39:23Z
Indexed on
2010/03/20
17:41 UTC
Read the original article
Hit count: 251
As some of you may know in python2.7/3.2 we'll get OrderedDict with PEP372 however one of the reason the PEP existed was because everyone did their own implementation and they were all sightly incompatible.
So which one of the 8 current implementations link text is backwards compatible with the 2.7 odict from python 2.7 in a way we can start using that now and depend on 2.7 in a couple of months?
© Stack Overflow or respective owner