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 PEP 560 #76898

Closed
ilevkivskyi opened this issue Jan 29, 2018 · 3 comments
Closed

Document PEP 560 #76898

ilevkivskyi opened this issue Jan 29, 2018 · 3 comments
Assignees
Labels
3.7 (EOL) end of life docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@ilevkivskyi
Copy link
Member

BPO 32717
Nosy @gvanrossum, @serhiy-storchaka, @ilevkivskyi, @miss-islington
PRs
  • bpo-32717: Document PEP 560 #6726
  • [3.7] bpo-32717: Document PEP 560 (GH-6726) #6729
  • 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/ilevkivskyi'
    closed_at = <Date 2018-05-08.19:52:01.139>
    created_at = <Date 2018-01-29.23:39:35.962>
    labels = ['type-feature', '3.7', 'docs']
    title = 'Document PEP 560'
    updated_at = <Date 2018-05-08.19:52:01.138>
    user = 'https://github.com/ilevkivskyi'

    bugs.python.org fields:

    activity = <Date 2018-05-08.19:52:01.138>
    actor = 'levkivskyi'
    assignee = 'levkivskyi'
    closed = True
    closed_date = <Date 2018-05-08.19:52:01.139>
    closer = 'levkivskyi'
    components = ['Documentation']
    creation = <Date 2018-01-29.23:39:35.962>
    creator = 'levkivskyi'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32717
    keywords = ['patch']
    message_count = 3.0
    messages = ['311200', '316291', '316293']
    nosy_count = 4.0
    nosy_names = ['gvanrossum', 'serhiy.storchaka', 'levkivskyi', 'miss-islington']
    pr_nums = ['6726', '6729']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue32717'
    versions = ['Python 3.7']

    @ilevkivskyi
    Copy link
    Member Author

    This should include:

    • Short documentation PR for __mro_entry__ and __base_subclass__ methods.
    • The __class_getitem__ C API calling convention (with motivation, many classes are implemented in C but are generic in nature, like numpy.ndarray) in PEP-560.

    @ilevkivskyi ilevkivskyi added the 3.7 (EOL) end of life label Jan 29, 2018
    @ilevkivskyi ilevkivskyi self-assigned this Jan 29, 2018
    @ilevkivskyi ilevkivskyi added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Jan 29, 2018
    @ilevkivskyi
    Copy link
    Member Author

    New changeset bd5f965 by Ivan Levkivskyi in branch 'master':
    bpo-32717: Document PEP-560 (GH-6726)
    bd5f965

    @miss-islington
    Copy link
    Contributor

    New changeset 101d0d5 by Miss Islington (bot) in branch '3.7':
    bpo-32717: Document PEP-560 (GH-6726)
    101d0d5

    @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 docs Documentation in the Doc dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants