-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
bpo-35766: Whats new in the ast and typing modules #13984
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
Conversation
vstinner
left a comment
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.
I looked for "3.8" in https://docs.python.org/dev/library/ast.html and https://docs.python.org/dev/library/typing.html and it seems like all changes are documented.
ilevkivskyi
left a comment
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.
Looks great!
|
@gvanrossum: Please replace |
|
Thanks @gvanrossum for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
|
GH-13987 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit 9b33ce4) Co-authored-by: Guido van Rossum <guido@python.org>
Lumping these together because they both come from the static type checking world.
https://bugs.python.org/issue35766