-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PEP 619: Update the list of PEPs included in 3.10 #1907
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks @east825
* :pep:`618`, Add Optional Length-Checking To ``zip`` | ||
* :pep:`626`, Precise line numbers for debugging and other tools | ||
* :pep:`634`, :pep:`635`, :pep:`636`, Structural Pattern Matching |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are missing https://www.python.org/dev/peps/pep-0644/, could you add it to the list @east825 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pablogsal Sure thing! I didn't notice it because it wasn't even mentioned in What's New. BTW, is there a definitive way to track which PEPs are accepted and planned for a particular release? Currently, I gather this information from Twitter announcements, newsletters, What's New, etc., but this approach is not flawless :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, is there a definitive way to track which PEPs are accepted and planned for a particular release?
No other than the official release announcements such as https://www.python.org/downloads/release/python-3100a6/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aha, that will do, thanks!
No description provided.