The kitchen.pycompat25 module contains implementations of functionality introduced in python-2.5.
This is a pure python implementation of defaultdict that is compatible with the defaultdict class provided by python-2.5 and above.
See also
collections.defaultdict for documentation on this module