I am using Python 2.6 in Windows environment for my current work. But i am interested in some features which were added in Python 2.7.
Is it possible to move some features(particularly “Collections.OrderedDict”) from 2.7 to 2.6? If so how can we do that?
I am using Python 2.6 in Windows environment for my current work. But i
Share
Take a look at http://pypi.python.org/pypi/ordereddict
It’s advertised as