5.3 collections -- High-performance container datatypes
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.