Introduction
============
Implements http://docs.python.org/dev/library/collections.html#ordereddict-objects for Python 2.4 or up
Code from http://code.activestate.com/recipes/576693/ by Raymond Hettinger
Native OrderedDict implementation available from Python >= 2.7 and Python >= 3.1
