Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'ChainMap' to collections.__all__ #57168

Closed
tifv mannequin opened this issue Sep 11, 2011 · 3 comments
Closed

Add 'ChainMap' to collections.__all__ #57168

tifv mannequin opened this issue Sep 11, 2011 · 3 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@tifv
Copy link
Mannequin

tifv mannequin commented Sep 11, 2011

BPO 12959
Nosy @rhettinger, @tifv
Files
  • chainmap_in___all__.diff
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2011-09-11.16:55:41.577>
    created_at = <Date 2011-09-11.12:34:45.700>
    labels = ['type-feature', 'library']
    title = "Add 'ChainMap' to collections.__all__"
    updated_at = <Date 2011-09-12.04:30:50.464>
    user = 'https://github.com/tifv'

    bugs.python.org fields:

    activity = <Date 2011-09-12.04:30:50.464>
    actor = 'rhettinger'
    assignee = 'none'
    closed = True
    closed_date = <Date 2011-09-11.16:55:41.577>
    closer = 'python-dev'
    components = ['Library (Lib)']
    creation = <Date 2011-09-11.12:34:45.700>
    creator = 'july'
    dependencies = []
    files = ['23128']
    hgrepos = []
    issue_num = 12959
    keywords = ['patch']
    message_count = 3.0
    messages = ['143862', '143872', '143884']
    nosy_count = 3.0
    nosy_names = ['rhettinger', 'july', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue12959'
    versions = ['Python 3.3', 'Python 3.4']

    @tifv
    Copy link
    Mannequin Author

    tifv mannequin commented Sep 11, 2011

    ChainMap is the only item from collections module, that is described in docs, but is not included in collections.__all__

    @tifv tifv mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Sep 11, 2011
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Sep 11, 2011

    New changeset 12bb3cd873c8 by Benjamin Peterson in branch 'default':
    add ChainMap to __all__ (closes bpo-12959)
    http://hg.python.org/cpython/rev/12bb3cd873c8

    @python-dev python-dev mannequin closed this as completed Sep 11, 2011
    @rhettinger
    Copy link
    Contributor

    Thank you.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant