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

TYPE_IGNORE, COLONEQUAL missing from py38 changes in token docs #83899

Closed
hauntsaninja opened this issue Feb 21, 2020 · 4 comments
Closed

TYPE_IGNORE, COLONEQUAL missing from py38 changes in token docs #83899

hauntsaninja opened this issue Feb 21, 2020 · 4 comments
Assignees
Labels
3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@hauntsaninja
Copy link
Contributor

BPO 39718
Nosy @terryjreedy, @miss-islington, @hauntsaninja
PRs
  • bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token #18598
  • [3.8] bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598) #18696
  • 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/terryjreedy'
    closed_at = <Date 2020-02-29.00:01:01.117>
    created_at = <Date 2020-02-21.22:01:40.796>
    labels = ['type-bug', '3.8', '3.9', 'docs']
    title = 'TYPE_IGNORE, COLONEQUAL missing from py38 changes in token docs'
    updated_at = <Date 2020-02-29.00:01:01.117>
    user = 'https://github.com/hauntsaninja'

    bugs.python.org fields:

    activity = <Date 2020-02-29.00:01:01.117>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2020-02-29.00:01:01.117>
    closer = 'terry.reedy'
    components = ['Documentation']
    creation = <Date 2020-02-21.22:01:40.796>
    creator = 'hauntsaninja'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39718
    keywords = ['patch']
    message_count = 4.0
    messages = ['362436', '362939', '362941', '362942']
    nosy_count = 4.0
    nosy_names = ['terry.reedy', 'docs@python', 'miss-islington', 'hauntsaninja']
    pr_nums = ['18598', '18696']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue39718'
    versions = ['Python 3.8', 'Python 3.9']

    @hauntsaninja
    Copy link
    Contributor Author

    Changed in version 3.8 section of https://docs.python.org/3/library/token.html should mention the addition of TYPE_IGNORE and COLONEQUAL

    @hauntsaninja hauntsaninja added the docs Documentation in the Doc dir label Feb 21, 2020
    @hauntsaninja hauntsaninja added the docs Documentation in the Doc dir label Feb 21, 2020
    @terryjreedy
    Copy link
    Member

    I verified the additions in token.py. Thanks for the report.

    @terryjreedy terryjreedy added 3.8 only security fixes 3.9 only security fixes labels Feb 28, 2020
    @terryjreedy terryjreedy added type-bug An unexpected behavior, bug, or error 3.8 only security fixes 3.9 only security fixes labels Feb 28, 2020
    @terryjreedy terryjreedy added the type-bug An unexpected behavior, bug, or error label Feb 28, 2020
    @terryjreedy
    Copy link
    Member

    New changeset c2f7eb2 by Shantanu in branch 'master':
    bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598)
    c2f7eb2

    @miss-islington
    Copy link
    Contributor

    New changeset 7f53d87 by Miss Islington (bot) in branch '3.8':
    bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598)
    7f53d87

    @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
    3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants