Python 2.5 Compatibility¶
The kitchen.pycompat25
module contains implementations of functionality
introduced in python-2.5.
defaultdict¶
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