-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Rephrase: "Callable
now supports []
. See PEP585
and types-genericalias
"
#98507
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
Labels
Comments
It might be better to say |
Done :) |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 24, 2022
…pports subscripting" (pythonGH-98508) (cherry picked from commit e3b9dd8) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 24, 2022
…pports subscripting" (pythonGH-98508) (cherry picked from commit e3b9dd8) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Thanks @sobolevn! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it would be better to say: "
Callable
now supports__class_getitem__
. SeePEP585
andtypes-genericalias
"Because it is not quite clear what
[]
is:__getitem__
operator?__class_getitem__
method?I will send a PR.
The text was updated successfully, but these errors were encountered: