I have a dictionary. The keys are dates (datetime). I need to sort the dictionary so that the values in the dictionary are sorted by date - so that by iterating through the
Python 2.7 (released on July 3rd, 2010) supports an ordered dictionary type:
http://www.python.org/download/releases/2.7/