Skip to content

typing.NamedTuple to switch from OrderedDict to regular dict #80501

@rhettinger

Description

@rhettinger
BPO 36320
Nosy @rhettinger, @serhiy-storchaka, @MojoVampire, @ilevkivskyi, @miss-islington
PRs
  • bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict #12396
  • [3.8] bpo-36320: Use the deprecated-removed directive for _field_types #19370
  • 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/ilevkivskyi'
    closed_at = <Date 2019-03-18.16:56:15.859>
    created_at = <Date 2019-03-16.20:10:01.852>
    labels = ['3.8', 'type-bug', 'library']
    title = 'typing.NamedTuple to switch from OrderedDict to regular dict'
    updated_at = <Date 2020-04-04.21:43:10.562>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2020-04-04.21:43:10.562>
    actor = 'serhiy.storchaka'
    assignee = 'levkivskyi'
    closed = True
    closed_date = <Date 2019-03-18.16:56:15.859>
    closer = 'rhettinger'
    components = ['Library (Lib)']
    creation = <Date 2019-03-16.20:10:01.852>
    creator = 'rhettinger'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36320
    keywords = ['patch']
    message_count = 7.0
    messages = ['338095', '338130', '338136', '338243', '338253', '338259', '365792']
    nosy_count = 5.0
    nosy_names = ['rhettinger', 'serhiy.storchaka', 'josh.r', 'levkivskyi', 'miss-islington']
    pr_nums = ['12396', '19370']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue36320'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Assignees

    Labels

    3.8 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions