Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gh-112316: Improve docs of inspect.signature and Signature.from_callable #112317

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

Merged
merged 3 commits into from
Dec 2, 2023

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Nov 22, 2023

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bedevere-app
Copy link

bedevere-app bot commented Nov 29, 2023

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 I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! There are other methods in this class that also have not-ideal docs markup (using `` for parameters, etc.). Would you be willing to do a followup PR for those, to make the whole class consistent in its markup?

@AlexWaygood AlexWaygood enabled auto-merge (squash) December 2, 2023 13:12
@AlexWaygood AlexWaygood merged commit a74daba into python:main Dec 2, 2023
@miss-islington-app
Copy link

Thanks @sobolevn for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @sobolevn and @AlexWaygood, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker a74daba7ca8b68f47284d82d4604721b8748bbde 3.12

@miss-islington-app
Copy link

Sorry, @sobolevn and @AlexWaygood, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker a74daba7ca8b68f47284d82d4604721b8748bbde 3.11

@AlexWaygood AlexWaygood assigned sobolevn and unassigned AlexWaygood Dec 2, 2023
AlexWaygood added a commit to AlexWaygood/cpython that referenced this pull request Dec 2, 2023
@bedevere-app
Copy link

bedevere-app bot commented Dec 2, 2023

GH-112629 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Dec 2, 2023
AlexWaygood added a commit that referenced this pull request Dec 2, 2023
…from_callable` (#112317) (#112629)

gh-112316: Improve docs of `inspect.signature` and `Signature.from_callable` (#112317)

Co-authored-by: Nikita Sobolev <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Dec 2, 2023

GH-112630 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Dec 2, 2023
AlexWaygood added a commit to AlexWaygood/cpython that referenced this pull request Dec 2, 2023
…ature.from_callable` (python#112317)

(cherry-picked from commit a74daba)

Co-authored-by: Alex Waygood <[email protected]>
AlexWaygood added a commit that referenced this pull request Dec 2, 2023
…from_callable` (#112317) (#112630)

(cherry-picked from commit a74daba)

Co-authored-by: Nikita Sobolev <[email protected]>
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants