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

[PATCH] Updated patch for rich dict view (dict().keys()) comparisons #45356

Closed
keir mannequin opened this issue Aug 24, 2007 · 2 comments
Closed

[PATCH] Updated patch for rich dict view (dict().keys()) comparisons #45356

keir mannequin opened this issue Aug 24, 2007 · 2 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@keir
Copy link
Mannequin

keir mannequin commented Aug 24, 2007

BPO 1015
Nosy @gvanrossum
Files
  • dictview_richcompare_ver2.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/gvanrossum'
    closed_at = <Date 2007-08-24.23:37:19.790>
    created_at = <Date 2007-08-24.21:20:08.343>
    labels = ['interpreter-core']
    title = '[PATCH] Updated patch for rich dict view (dict().keys()) comparisons'
    updated_at = <Date 2007-09-02.20:04:37.928>
    user = 'https://bugs.python.org/keir'

    bugs.python.org fields:

    activity = <Date 2007-09-02.20:04:37.928>
    actor = 'loewis'
    assignee = 'gvanrossum'
    closed = True
    closed_date = <Date 2007-08-24.23:37:19.790>
    closer = 'gvanrossum'
    components = ['Interpreter Core']
    creation = <Date 2007-08-24.21:20:08.343>
    creator = 'keir'
    dependencies = []
    files = ['8308']
    hgrepos = []
    issue_num = 1015
    keywords = ['patch']
    message_count = 2.0
    messages = ['55275', '55278']
    nosy_count = 2.0
    nosy_names = ['gvanrossum', 'keir']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1015'
    versions = ['Python 3.0']

    @keir
    Copy link
    Mannequin Author

    keir mannequin commented Aug 24, 2007

    This an updated version of the patch I submitted earlier to python-3000;
    it is almost identical except it extends the test case to cover more of
    the code.

    @keir keir mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Aug 24, 2007
    @gvanrossum
    Copy link
    Member

    Checked in (after substantial changes, pairing with Keir).

    @gvanrossum gvanrossum self-assigned this Aug 24, 2007
    @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
    interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant