This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add 'ChainMap' to collections.__all__
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: july, python-dev, rhettinger
Priority: normal Keywords: patch

Created on 2011-09-11 12:34 by july, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
chainmap_in___all__.diff july, 2011-09-11 12:34 review
Messages (3)
msg143862 - (view) Author: July Tikhonov (july) * Date: 2011-09-11 12:34
ChainMap is the only item from collections module, that is described in docs, but is not included in collections.__all__
msg143872 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-09-11 16:55
New changeset 12bb3cd873c8 by Benjamin Peterson in branch 'default':
add ChainMap to __all__ (closes #12959)
http://hg.python.org/cpython/rev/12bb3cd873c8
msg143884 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2011-09-12 04:30
Thank you.
History
Date User Action Args
2022-04-11 14:57:21adminsetgithub: 57168
2011-09-12 04:30:50rhettingersetnosy: + rhettinger
messages: + msg143884
2011-09-11 16:55:41python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg143872

resolution: fixed
stage: resolved
2011-09-11 12:34:45julycreate