-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-98930: improve the docstring of signal.strsignal #99290
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
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Thanks @ramvikrams for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, @ramvikrams and @gpshead, I could not cleanly backport this to |
GH-99449 is a backport of this pull request to the 3.11 branch. |
…honGH-99290) Improves the docstring on signal.strsignal to make it explain when it returns a message, None, or when it raises ValueError. Closes pythonGH-98930 Co-authored-by: Gregory P. Smith <[email protected]>. (cherry picked from commit 88385b8) Co-authored-by: ram vikram singh <[email protected]>
…#99449) Improves the docstring on signal.strsignal to make it explain when it returns a message, None, or when it raises ValueError. Closes GH-98930 Co-authored-by: Gregory P. Smith <[email protected]>. (cherry picked from commit 88385b8) Co-authored-by: ram vikram singh <[email protected]>
gh-98930: Improved the docstring on signal.strsignal to make it explain when it returns a message, None, or when it raises ValueError.
Closes #98930