-
-
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
gh-94309: py312 "what's new": improve deprecation notice for typing.Hashable and typing.Sized #112196
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!
2f7fa98
to
5a776e7
Compare
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.
Thank you!
Thanks @salty-horse for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…ce for typing.Hashable and typing.Sized (pythonGH-112196) (cherry picked from commit fb4cddb) Co-authored-by: Ori Avtalion <ori@avtalion.name>
GH-112200 is a backport of this pull request to the 3.12 branch. |
…ce for typing.Hashable and typing.Sized (python#112196)
…ce for typing.Hashable and typing.Sized (python#112196)
The documentation of the deprecation of typing aliases in 3.12 (#94309) was just the names of the aliases, without a description of what happens to them. This can cause confusion, even if it's in the "Deprecated" section of documentation, since all other items include this description.
This should be backported to 3.12.
📚 Documentation preview 📚: https://cpython-previews--112196.org.readthedocs.build/