Closed mdebbar closed 10 years ago
what the difference between django SortedDict and collections.OrderedDict?
collections.OrderedDict
didn't work in the server, so I think it doesn't exist in Python2.6.
In terms of implementation, they are the same.
Python docs say that OrderedDict
was introduced in Python 2.7:
http://docs.python.org/2/library/collections.html#collections.OrderedDict