[issue11297] Make ChainMap() public in the collections module.

Raymond Hettinger report at bugs.python.org
Sat Feb 26 02:08:12 CET 2011


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Antoine.  Thanks.  I put in a paragraph re-emphasizing that ChainMap is a view and that changes in the underlying mappings get reflected in the ChainMap.  Also, the first sentence says that ChainMap groups multiple dicts or other mappings.  So, any mapping-like object will work.

Éric, I changed built-in to builtin.  It is used as an adjetive, not as a module reference (that's the usual practice when referring the builtin functions).

See r88628.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11297>
_______________________________________


More information about the Python-bugs-list mailing list