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

2.6 abc fixes #47307

Closed
birkenfeld opened this issue Jun 7, 2008 · 3 comments
Closed

2.6 abc fixes #47307

birkenfeld opened this issue Jun 7, 2008 · 3 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@birkenfeld
Copy link
Member

BPO 3057
Nosy @gvanrossum, @birkenfeld
Files
  • abcoll.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 = 'https://github.com/birkenfeld'
    closed_at = <Date 2008-06-07.17:03:54.255>
    created_at = <Date 2008-06-07.16:13:27.816>
    labels = ['library']
    title = '2.6 abc fixes'
    updated_at = <Date 2008-06-07.17:03:54.254>
    user = 'https://github.com/birkenfeld'

    bugs.python.org fields:

    activity = <Date 2008-06-07.17:03:54.254>
    actor = 'georg.brandl'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2008-06-07.17:03:54.255>
    closer = 'georg.brandl'
    components = ['Library (Lib)']
    creation = <Date 2008-06-07.16:13:27.816>
    creator = 'georg.brandl'
    dependencies = []
    files = ['10544']
    hgrepos = []
    issue_num = 3057
    keywords = ['patch', '26backport']
    message_count = 3.0
    messages = ['67810', '67812', '67813']
    nosy_count = 2.0
    nosy_names = ['gvanrossum', 'georg.brandl']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue3057'
    versions = ['Python 2.6']

    @birkenfeld
    Copy link
    Member Author

    This patch makes the 2.6 Mapping ABC use the 2.6 dict interface. It also
    removes registering list as a KeysView, ValuesView and ItemsView.

    @birkenfeld birkenfeld added the stdlib Python modules in the Lib dir label Jun 7, 2008
    @gvanrossum
    Copy link
    Member

    Looks good. I like keeping the *View classes around so someone can use
    them still.

    @gvanrossum gvanrossum assigned birkenfeld and unassigned gvanrossum Jun 7, 2008
    @birkenfeld
    Copy link
    Member Author

    OK, committed as r64018.

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants