[Python-checkins] cpython: Add entry for ChainMap

raymond.hettinger python-checkins at python.org
Fri Feb 25 02:30:35 CET 2011


raymond.hettinger pushed 873adf3744ca to cpython:

http://hg.python.org/cpython/rev/873adf3744ca
changeset:   68028:873adf3744ca
tag:         tip
user:        Raymond Hettinger <python at rcn.com>
date:        Thu Feb 24 17:30:25 2011 -0800
summary:
  Add entry for ChainMap

files:
  Doc/library/collections.rst

diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -23,6 +23,7 @@
 =====================   ====================================================================
 :func:`namedtuple`      factory function for creating tuple subclasses with named fields
 :class:`deque`          list-like container with fast appends and pops on either end
+:class:`ChainMap`       dict-like view of multiple mappings
 :class:`Counter`        dict subclass for counting hashable objects
 :class:`OrderedDict`    dict subclass that remembers the order entries were added
 :class:`defaultdict`    dict subclass that calls a factory function to supply missing values

--
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list