Issue 32717: Document PEP 560 (original) (raw)
Issue32717
This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/76898
classification
Title: | Document PEP 560 | ||
---|---|---|---|
Type: | enhancement | Stage: | resolved |
Components: | Documentation | Versions: | Python 3.7 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | levkivskyi | Nosy List: | gvanrossum, levkivskyi, miss-islington, serhiy.storchaka |
Priority: | normal | Keywords: | patch |
Created on 2018-01-29 23:39 by levkivskyi, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 6726 | merged | levkivskyi,2018-05-08 13:17 | |
PR 6729 | merged | miss-islington,2018-05-08 18:38 |
Messages (3) | ||
---|---|---|
msg311200 - (view) | Author: Ivan Levkivskyi (levkivskyi) * ![]() |
Date: 2018-01-29 23:39 |
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. | ||
msg316291 - (view) | Author: Ivan Levkivskyi (levkivskyi) * ![]() |
Date: 2018-05-08 18:38 |
New changeset bd5f96581bf23f6d05fc106996428a8043b6b084 by Ivan Levkivskyi in branch 'master': bpo-32717: Document PEP 560 (GH-6726) https://github.com/python/cpython/commit/bd5f96581bf23f6d05fc106996428a8043b6b084 | ||
msg316293 - (view) | Author: miss-islington (miss-islington) | Date: 2018-05-08 18:52 |
New changeset 101d0d585f99a3b8c8d070b9d4dea15fa3daff62 by Miss Islington (bot) in branch '3.7': bpo-32717: Document PEP 560 (GH-6726) https://github.com/python/cpython/commit/101d0d585f99a3b8c8d070b9d4dea15fa3daff62 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:57 | admin | set | github: 76898 |
2018-05-08 19:52:01 | levkivskyi | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2018-05-08 18:52:45 | miss-islington | set | nosy: + miss-islingtonmessages: + |
2018-05-08 18:38:59 | miss-islington | set | pull_requests: + <pull%5Frequest6421> |
2018-05-08 18:38:51 | levkivskyi | set | messages: + |
2018-05-08 13:17:16 | levkivskyi | set | keywords: + patchstage: needs patch -> patch reviewpull_requests: + <pull%5Frequest6419> |
2018-01-29 23:39:35 | levkivskyi | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements