-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Add typing to 3.11 What's New #91491
Comments
If #32335 is merged before the feature freeze, it might need a mention in the "new modules" section. |
Other aspects of typing aren't covered yet; I'll do that in a separate PR.
Other aspects of typing aren't covered yet; I'll do that in a separate PR.
This gets all the major items in python#91491. However, I didn't get around to adding what's new entries for the large clump of changes in the last bullet point in the issue.
This gets all the major items in #91491. However, I didn't get around to adding what's new entries for the large clump of changes in the last bullet point in the issue. Co-authored-by: Jelle Zijlstra <[email protected]>
To clarify the state here, following #92060 , all the individual bullet points in ^^ have been covered, but we're missing coverage in What's New for the large clump of changes in the last bullet point. |
|
Fixes #91491 Co-authored-by: Shantanu <[email protected]> Co-authored-by: Alex Waygood <[email protected]>
Fixes pythonGH-91491 Co-authored-by: Shantanu <[email protected]> Co-authored-by: Alex Waygood <[email protected]> (cherry picked from commit 6b51773) Co-authored-by: Jelle Zijlstra <[email protected]>
Fixes GH-91491 Co-authored-by: Shantanu <[email protected]> Co-authored-by: Alex Waygood <[email protected]> (cherry picked from commit 6b51773) Co-authored-by: Jelle Zijlstra <[email protected]>
I promised somewhere to write the typing section of the 3.11 What's New.
Here's what needs to be covered:
Optional
inget_type_hints
#30304, bpo-46571: improvetyping.no_type_check
to skip foreign objects #31042, bpo-46066: Deprecate kwargs syntax for TypedDict definitions #31126, bpo-46655: allow stringized TypeAlias with get_type_hints #31156, bpo-46553: allow bare typing.ClassVar annotations #30983 and probably othersThe text was updated successfully, but these errors were encountered: