-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-98507: [typing docs] Rephrase "now supports []
" to "now supports subscripting"
#98508
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
Conversation
[]
" to "now supports __class_getitem__
"[]
" to "now supports __class_getitem__
"
We now have 4 typing reviewers! Awesome ❤️ |
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.
A nice improvement -- thanks, @sobolevn!
[]
" to "now supports __class_getitem__
"[]
" to "now supports subscripting"
Thanks @sobolevn for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
…pports subscripting" (pythonGH-98508) (cherry picked from commit e3b9dd8) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
GH-98616 is a backport of this pull request to the 3.11 branch. |
…pports subscripting" (pythonGH-98508) (cherry picked from commit e3b9dd8) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
GH-98617 is a backport of this pull request to the 3.10 branch. |
Callable
now supports[]
. SeePEP585
andtypes-genericalias
" #98507