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

Table Of Contents

Previous topic

Python 2.4 Compatibiity

Next topic

Python 2.7 Compatibility

This Page