-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Mark remaining completed PEPs as Final #2872
Comments
Thank you for tying the loose ends!
The finalization was done in 3.9 as planned.
There were many PEPs that build on top of this one, and more are probably to come, but the API specified in PEP-3121 should still work – as it did in 3.0. This PEP should be Final as well. As for typing PEPs, AFAIK many are still missing documentation. |
Thanks @encukou ! I've updated the list above to reflect both. |
Thank you for providing this list @CAM-Gerlach! I can probably help out with some of these, but others are more than welcome to contribute as well. |
The other PEPs that look like good candidates for being marked final are listed as follows. I've excluded PEPs that were approved for >3.11, refer to removals/changes planned for future version (e.g. PEP 594) or are otherwise known to be not yet final, and list special cases, PEPs I'm unsure about and typing PEPs (which may be contingent on implementation in mainstream type checkers) separately.
@gustavgransbo If you'd like to help, feel free to go ahead and submit a PR for each PEP, pinging any authors not already listed as codeowners.
The PEPs that are implemented in released versions and have no outstanding considerations I'm aware of:
There are also some special cases:
I'm not sure about the following:Implemented, but there is currently active work in 3.12 to better expose both ends of the protocol via the CPython API, and have the changes in the Finalizing the API section been addressed? @encukou @markshannon any insight here?Confirmed by @encukou to be fully implemented and should be marked Final; added above.Accepted from all the way back in 3.0, but I'm not sure whether this should be considered Final yet, since its been a long time and there is still ongoing work in PEP 687 that might be related. @encukou @erlend-aasland any insight?Confirmed by @encukou to be Final, as the API it describes is implemented and building on top of it is a topic for future PEPs.There's also the Accepted typing PEPs, which might also depend on implementation status in the major typecheckers as well as being formally documented the appropriate places, since that is generally the majority of actual implementation work; @JelleZijlstra would be much better informed about that. Here's the raw list:
Finally, I've left the 8000-series PEPs for a separate issue.
Footnotes
Typing-related, but principally deals with core CPython, not type checkers ↩
The text was updated successfully, but these errors were encountered: