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

Document the version of adding opcodes #76746

Closed
serhiy-storchaka opened this issue Jan 16, 2018 · 4 comments
Closed

Document the version of adding opcodes #76746

serhiy-storchaka opened this issue Jan 16, 2018 · 4 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 32565
Nosy @ncoghlan, @pitrou, @serhiy-storchaka, @1st1
PRs
  • bpo-32565: Add missed versionadded directives for all new opcodes. #5199
  • [3.7] bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199) #5470
  • [3.6] bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199). #5471
  • 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 2018-02-01.12:48:18.043>
    created_at = <Date 2018-01-16.09:28:50.476>
    labels = ['3.8', 'type-feature', '3.7', 'docs']
    title = 'Document the version of adding opcodes'
    updated_at = <Date 2018-02-01.12:48:18.041>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2018-02-01.12:48:18.041>
    actor = 'serhiy.storchaka'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2018-02-01.12:48:18.043>
    closer = 'serhiy.storchaka'
    components = ['Documentation']
    creation = <Date 2018-01-16.09:28:50.476>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32565
    keywords = ['patch']
    message_count = 4.0
    messages = ['310061', '311419', '311422', '311423']
    nosy_count = 5.0
    nosy_names = ['ncoghlan', 'pitrou', 'docs@python', 'serhiy.storchaka', 'yselivanov']
    pr_nums = ['5199', '5470', '5471']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue32565'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    @serhiy-storchaka
    Copy link
    Member Author

    The version of adding a new opcode is not specified for some opcodes. The proposed PR adds missed 'versionadded' directives (as usually, only when added after 3.0).

    @serhiy-storchaka serhiy-storchaka added the 3.7 (EOL) end of life label Jan 16, 2018
    @serhiy-storchaka serhiy-storchaka added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Jan 16, 2018
    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 12e7cd8 by Serhiy Storchaka in branch 'master':
    bpo-32565: Add missed versionadded directives for all new opcodes. (bpo-5199)
    12e7cd8

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 4d65430 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.7':
    bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199) (GH-5470)
    4d65430

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 8cf7ebb by Serhiy Storchaka in branch '3.6':
    [3.6] bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199). (GH-5471)
    8cf7ebb

    @serhiy-storchaka serhiy-storchaka added the 3.8 only security fixes label Feb 1, 2018
    @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.7 (EOL) end of life 3.8 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant