Skip to content

Replace OrderedDict with regular dict in namedtuple's _asdict() method. #80045

@rhettinger

Description

@rhettinger
BPO 35864
Nosy @rhettinger, @ericsnowcurrently
PRs
  • bpo-35864: Replace OrderedDict with regular dict in namedtuple() #11708
  • bpo-35864: Replace OrderedDict with regular dict in namedtuple() #11708
  • bpo-35864: Replace OrderedDict with regular dict in namedtuple() #11708
  • bpo-35864: fix namedtuple._asdict() docstring #11720
  • bpo-35864: fix namedtuple._asdict() docstring #11720
  • bpo-35864: fix namedtuple._asdict() docstring #11720
  • bpo-35864: fix namedtuple._asdict() docstring #11720
  • bpo-35864: Move dangling bullet points into named subsections #13046
  • 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/rhettinger'
    closed_at = <Date 2019-01-31.17:43:18.498>
    created_at = <Date 2019-01-31.02:20:11.952>
    labels = ['3.8', 'library']
    title = "Replace OrderedDict with regular dict in namedtuple's _asdict() method."
    updated_at = <Date 2019-05-02.00:28:22.429>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2019-05-02.00:28:22.429>
    actor = 'rhettinger'
    assignee = 'rhettinger'
    closed = True
    closed_date = <Date 2019-01-31.17:43:18.498>
    closer = 'rhettinger'
    components = ['Library (Lib)']
    creation = <Date 2019-01-31.02:20:11.952>
    creator = 'rhettinger'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35864
    keywords = ['patch', 'patch', 'patch']
    message_count = 7.0
    messages = ['334602', '334617', '334694', '334695', '334696', '334697', '334720']
    nosy_count = 2.0
    nosy_names = ['rhettinger', 'eric.snow']
    pr_nums = ['11708', '11708', '11708', '11720', '11720', '11720', '11720', '13046']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue35864'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Assignees

    Labels

    3.8 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directory

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions