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-92128: Add __class_getitem__ to logging.LoggerAdapter and logging.StreamHandler
#92129
Conversation
|
Previous changes like this have not made changes to the docs to note the addition of |
Looks good, I checked the stubs and it makes sense that these classes are generic.
I do think we should document that these classes are generic and say how many type arguments to expect and what they mean. We should do that more broadly for generic classes, though, and I'd rather get the runtime change in before the feature freeze.
Misc/NEWS.d/next/Library/2022-05-01-21-45-41.gh-issue-92128.Di7VbE.rst
Outdated
Show resolved
Hide resolved
|
Thanks all for the speedy reviews! |


Closes #92128