-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-40094: Enhance os.WIFEXITED documentation #19244
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
@JulienPalard @deronnax: Would you mind to review this change? I used "man 2 waitpid" on my Fedora and combined it with the existing documentation. Is it ok to backport such documentation enhancement to 3.7 and 3.8? I was unhappy with WIFEXITED and WIFSIGNALED documentation. The difference between the two was unclear. I wrote this PR while working on PR #19201 documentation. |
cc @pablogsal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm :)
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
(cherry picked from commit 7c72383) Co-authored-by: Victor Stinner <vstinner@python.org>
GH-19277 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit 7c72383) Co-authored-by: Victor Stinner <vstinner@python.org>
GH-19278 is a backport of this pull request to the 3.7 branch. |
https://bugs.python.org/issue40094