Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-94309: py312 "what's new": improve deprecation notice for typing.Hashable and typing.Sized#112196
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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!
Uh oh!
There was an error while loading.Please reload this page.
2f7fa98
to5a776e7
CompareThere 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 commitfb4cddb)Co-authored-by: Ori Avtalion <ori@avtalion.name>
GH-112200 is a backport of this pull request to the3.12 branch. |
…ce for typing.Hashable and typing.Sized (python#112196)
…ce for typing.Hashable and typing.Sized (python#112196)
Uh oh!
There was an error while loading.Please reload this page.
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/