]> granicus.if.org Git - python/commit
Issue #11297: Add collections.ChainMap()
authorRaymond Hettinger <python@rcn.com>
Sat, 26 Feb 2011 01:02:51 +0000 (01:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 26 Feb 2011 01:02:51 +0000 (01:02 +0000)
commit9fe1ccfb5ac8c38be1439151712d3a8b3e7d87f2
treeedf92add219a4a427b21157a626f1c0520fd644f
parent692f038a5dad826254fe73050063862d76dc7baa
Issue #11297: Add collections.ChainMap()
Doc/library/collections.rst
Lib/collections/__init__.py
Lib/configparser.py
Lib/string.py
Lib/test/test_collections.py
Misc/NEWS