Skip to content

Add named tuple reader to CSV module #46143

Closed
@rhettinger

Description

@rhettinger
BPO 1818
Nosy @smontanaro, @warsaw, @rhettinger, @pitrou, @merwok, @cedk, @asvetlov, @dlenski
Files
  • ntreader.diff: Proof-of-concept patch
  • ntreader3.diff: namedtuple reader and writer.
  • ntreader4.diff: Includes revision for rename keyword argument
  • named_tuple_write_header2.patch
  • ntreader4_py3_1.diff: Patch against python 3.1a1
  • ntreader6_py3.diff: updated documentation
  • ntreader6_py27.diff: updated documentation
  • 1818_py35.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/smontanaro'
    closed_at = <Date 2020-12-22.02:45:54.546>
    created_at = <Date 2008-01-13.22:27:14.884>
    labels = ['3.8', 'type-feature', 'library']
    title = 'Add named tuple reader to CSV module'
    updated_at = <Date 2020-12-22.02:45:54.545>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2020-12-22.02:45:54.545>
    actor = 'rhettinger'
    assignee = 'skip.montanaro'
    closed = True
    closed_date = <Date 2020-12-22.02:45:54.546>
    closer = 'rhettinger'
    components = ['Library (Lib)']
    creation = <Date 2008-01-13.22:27:14.884>
    creator = 'rhettinger'
    dependencies = []
    files = ['9151', '12990', '13009', '13188', '13263', '13274', '13275', '39139']
    hgrepos = []
    issue_num = 1818
    keywords = ['patch']
    message_count = 42.0
    messages = ['59866', '61523', '61532', '81453', '81464', '81518', '81537', '82744', '82745', '82746', '82764', '82765', '82770', '82771', '82778', '82780', '82798', '82799', '82812', '82814', '82819', '83298', '83299', '83310', '83318', '83321', '83332', '83333', '83334', '83340', '102936', '102959', '110598', '111523', '111552', '115348', '235710', '241599', '241601', '242879', '242893', '311182']
    nosy_count = 11.0
    nosy_names = ['skip.montanaro', 'barry', 'rhettinger', 'pitrou', 'eric.araujo', 'ced', 'jdwhitley', 'rrenaud', 'asvetlov', 'dlenski', 'copper-head']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue1818'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Assignees

    Labels

    3.8 (EOL)end of lifestdlibPython modules in the Lib dirtype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions