-
-
Notifications
You must be signed in to change notification settings - Fork 31.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
__future__.annotations
has inaccurate mandatoryRelease
value
#93626
Comments
PEP 563 has been deferred. There will be no behavior changes around the future import in 3.11. See https://docs.python.org/3.10/library/__future__.html#id1 |
Lines 145 to 147 in 68f6a5d
Does this need to be updated then? All the 3.11 releases so far have |
Maybe the 'What's New' could mention that it has been delayed again. |
could it be set to Lines 35 to 36 in f4c0348
the wording could be changed to say:
|
I've made that change. |
future.__annotations__
becoming activefuture.__annotations__
is active in 3.11 betas
@JelleZijlstra Could this be reopened? |
Imho this is a release blocker |
future.__annotations__
is active in 3.11 betas__future__.annotations
has inaccurate mandatoryRelease
value
I see no need for this to block beta 4, but it should be resolved before final release. /cc @pablogsal |
pythonGH-93628) Co-authored-by: Guido van Rossum <gvanrossum@gmail.com> (cherry picked from commit 4791a8a) Co-authored-by: KotlinIsland <65446343+KotlinIsland@users.noreply.github.com>
…93628) Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
future.__annotations__
has been postponed, yet it is active in the 3.11 betas.__future__.annotations
toNone
#93628>A clear and concise description of the issue.
https://docs.python.org/3.11/whatsnew/3.11.html
This page doesn't mention pep 563 at all.
The text was updated successfully, but these errors were encountered: