-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
bpo-41824: Add versionadded for typing.ForwardRef docs #24224
Conversation
I'm guessing this should be backported to 3.9 and 3.8 (along with skip news)? |
@gvanrossum: Please replace |
@gvanrossum Thanks Guido! Should this be backported to 3.9/3.8 too? |
Sure. |
Sorry to trouble, can you add the labels for them please? I don't have permissions to. Though I'm not sure if the bot will pick it up if the label is applied after the PR is merged rather than before. Either way I'm fine with manually backporting them too. |
Thanks @Fidget-Spinner for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Thanks @Fidget-Spinner for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Looks like the bot picked it up! |
Sorry, @Fidget-Spinner and @gvanrossum, I could not cleanly backport this to |
Sorry @Fidget-Spinner and @gvanrossum, I had trouble checking out the |
Aww I guess I should've done it manually from the start then. Thanks for the help anyways! |
GH-24493 is a backport of this pull request to the 3.9 branch. |
GH-24494 is a backport of this pull request to the 3.8 branch. |
typing.ForwardRef
officially became part of the documented public API in GH-14216 (19 Jun 2019). I'm interpolating a little and guessing it landed in Python 3.7.4 according to PEP 537's schedule https://www.python.org/dev/peps/pep-0537/#id3.https://bugs.python.org/issue41824