Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devguide: add 2to3 to the "Changing CPython's Grammar" checklist #70155

Closed
ezio-melotti opened this issue Dec 28, 2015 · 4 comments
Closed

Devguide: add 2to3 to the "Changing CPython's Grammar" checklist #70155

ezio-melotti opened this issue Dec 28, 2015 · 4 comments
Labels
docs Documentation in the Doc dir easy type-feature A feature request or enhancement

Comments

@ezio-melotti
Copy link
Member

BPO 25967
Nosy @ezio-melotti, @willingc
Files
  • issue25967.patch
  • 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 = <Date 2016-01-11.22:15:47.618>
    created_at = <Date 2015-12-28.22:09:14.294>
    labels = ['easy', 'type-feature', 'docs']
    title = 'Devguide: add 2to3 to the "Changing CPython\'s Grammar" checklist'
    updated_at = <Date 2016-01-11.22:15:47.617>
    user = 'https://github.com/ezio-melotti'

    bugs.python.org fields:

    activity = <Date 2016-01-11.22:15:47.617>
    actor = 'ezio.melotti'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-01-11.22:15:47.618>
    closer = 'ezio.melotti'
    components = ['Devguide']
    creation = <Date 2015-12-28.22:09:14.294>
    creator = 'ezio.melotti'
    dependencies = []
    files = ['41567']
    hgrepos = []
    issue_num = 25967
    keywords = ['patch', 'easy']
    message_count = 4.0
    messages = ['257134', '257908', '258034', '258036']
    nosy_count = 4.0
    nosy_names = ['ezio.melotti', 'python-dev', 'willingc', 'Aegil']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue25967'
    versions = []

    @ezio-melotti
    Copy link
    Member Author

    If Python grammar is changed, lib2to3 should be updated accordingly.
    This is currently missing from https://docs.python.org/devguide/grammar.html#checklist

    See also bpo-19511.

    @ezio-melotti ezio-melotti added docs Documentation in the Doc dir easy type-feature A feature request or enhancement labels Dec 28, 2015
    @Aegil
    Copy link
    Mannequin

    Aegil mannequin commented Jan 10, 2016

    Added a note to the check list as needed.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jan 11, 2016

    New changeset 367486fbab84 by Ezio Melotti in branch 'default':
    bpo-25967: add note about updating lib2to3 when the grammar is updated. Patch by Chris Thomas.
    https://hg.python.org/devguide/rev/367486fbab84

    @ezio-melotti
    Copy link
    Member Author

    Fixed, thanks for the patch!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir easy type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant