-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Python3.8 additions and changes #3337
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
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.
Thanks!
stdlib/3/types.pyi
Outdated
co_cellvars: Tuple[str, ...] = ..., | ||
co_filename: str = ..., | ||
co_name: str = ..., | ||
co_lnotab: PyBytesObject = ..., |
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.
This is undefined.
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.
(I fixed it)
Contains changes from the release note up to and including the section "Other Language Changes" plus changes to shutil.
Part of #3319