X Tutup
The Wayback Machine - https://web.archive.org/web/20250607161331/https://github.com/python/cpython/issues/85349
Skip to content

ConvertingList and ConvertingTuple lack iterators and ConvertingDict lacks items() #85349

Closed
@godotgildor

Description

@godotgildor
BPO 41177
Nosy @vsajip, @serhiy-storchaka, @mivade, @godotgildor
PRs
  • bpo-41177: Add iterator support to ConvertingList, ConvertingTuple, and items() to ConvertingDict #21248
  • 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 = None
    created_at = <Date 2020-06-30.23:10:03.002>
    labels = ['type-feature', 'library']
    title = 'ConvertingList and ConvertingTuple lack iterators and ConvertingDict lacks items()'
    updated_at = <Date 2020-07-31.08:58:16.552>
    user = 'https://github.com/godotgildor'

    bugs.python.org fields:

    activity = <Date 2020-07-31.08:58:16.552>
    actor = 'vinay.sajip'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2020-06-30.23:10:03.002>
    creator = 'godot_gildor'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 41177
    keywords = ['patch']
    message_count = 12.0
    messages = ['372724', '372731', '372883', '372996', '372999', '373120', '373127', '373133', '373135', '373184', '374604', '374631']
    nosy_count = 5.0
    nosy_names = ['vinay.sajip', 'python-dev', 'serhiy.storchaka', 'mivade', 'godot_gildor']
    pr_nums = ['21248']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue41177'
    versions = []

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      stdlibPython modules in the Lib dirtype-featureA feature request or enhancement

      Projects

      Status

      Done

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        X Tutup