Product Documentation

ActivePython 2.5 Documentation

5.3 collections -- High-performance container datatypes

New in version 2.4.

This module implements high-performance container datatypes. Currently, there are two datatypes, deque and defaultdict. Future additions may include balanced trees and ordered dictionaries. Changed in version 2.5: Added defaultdict.



See About this document... for information on suggesting changes.