Sorting dictionary by datetime value

Asaf Las roegltd at gmail.com
Mon Feb 10 21:56:46 EST 2014


Why not use collections.OrderedDict ?

There are nice examples in doc:

http://docs.python.org/3.3/library/collections.html?highlight=ordered#ordereddict-examples-and-recipes



More information about the Python-list mailing list