gh-150501: Correct inspect.getattr_static docs signature#150504
Conversation
inspect.getattr_static documentation flaws, including in faulty code example attachedinspect.getattr_static documentation flaws, including in faulty code example attached
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase And if you don't make the requested changes, you will be poked with soft cushions! |
Documentation build overview
12 files changed ·
|
|
I have made the requested changes; please review again |
|
Thanks for making the requested changes! @picnixz: please review the changes made to this pull request. |
inspect.getattr_static documentation flaws, including in faulty code example attachedinspect.getattr_static docs signature
|
Thanks @jonathandung for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
GH-150601 is a backport of this pull request to the 3.15 branch. |
|
GH-150602 is a backport of this pull request to the 3.14 branch. |
|
GH-150603 is a backport of this pull request to the 3.13 branch. |
inspect.getattr_staticand built-ingetattrfunction have identical signatures ininspectdocumentation #150501