Skip to content

lib2to3 fails on a trailing comma after **kwargs in a function signature #77245

@ambv

Description

@ambv
BPO 33064
Nosy @ned-deily, @ambv, @serhiy-storchaka
PRs
  • bpo-33064: lib2to3: support trailing comma after **kwargs #6096
  • bpo-33064: lib2to3: support trailing comma after **kwargs #6096
  • [3.7] bpo-33064: lib2to3: support trailing comma after *args and **kwargs (GH-6096) #6097
  • [3.6] bpo-33064: lib2to3: support trailing comma after *args and **kwargs (GH-6096) #6098
  • bpo-33064: lib2to3: Add more tests #6101
  • 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/ambv'
    closed_at = <Date 2018-03-13.22:19:55.107>
    created_at = <Date 2018-03-13.02:50:30.090>
    labels = ['3.8', 'type-bug', '3.7']
    title = 'lib2to3 fails on a trailing comma after **kwargs in a function signature'
    updated_at = <Date 2018-03-13.22:19:55.106>
    user = 'https://github.com/ambv'

    bugs.python.org fields:

    activity = <Date 2018-03-13.22:19:55.106>
    actor = 'lukasz.langa'
    assignee = 'lukasz.langa'
    closed = True
    closed_date = <Date 2018-03-13.22:19:55.107>
    closer = 'lukasz.langa'
    components = []
    creation = <Date 2018-03-13.02:50:30.090>
    creator = 'lukasz.langa'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33064
    keywords = ['patch', 'patch']
    message_count = 9.0
    messages = ['313718', '313719', '313722', '313723', '313724', '313725', '313726', '313728', '313729']
    nosy_count = 3.0
    nosy_names = ['ned.deily', 'lukasz.langa', 'serhiy.storchaka']
    pr_nums = ['6096', '6096', '6097', '6098', '6101']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue33064'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Assignees

    Labels

    3.7 (EOL)end of life3.8 (EOL)end of lifetype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions