Improve threading.daemon docstring#14278
Conversation
The new phrasing is taken from the .rst based documentation: https://docs.python.org/3/library/threading.html#thread-objects
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for your contribution, we look forward to reviewing it! |
|
Thanks. Once you sign the CLA, it can be automatically merged. Does this need to be backported? |
|
Thanks @mbarkhau for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
|
Thanks @mbarkhau for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7. |
|
Thanks @mbarkhau for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
|
GH-14323 is a backport of this pull request to the 3.7 branch. |
|
GH-14324 is a backport of this pull request to the 2.7 branch. |
|
GH-14325 is a backport of this pull request to the 3.8 branch. |
Rephrase and clarify that "the entire Python program exits when only daemon threads are left". This matches the documentation at https://docs.python.org/3/library/threading.htmlGH-thread-objects. (cherry picked from commit bb110cc) Co-authored-by: mbarkhau <mbarkhau@gmail.com>
Rephrase and clarify that "the entire Python program exits when only daemon threads are left". This matches the documentation at https://docs.python.org/3/library/threading.htmlGH-thread-objects. (cherry picked from commit bb110cc) Co-authored-by: mbarkhau <mbarkhau@gmail.com>
Rephrase and clarify that "the entire Python program exits when only daemon threads are left". This matches the documentation at https://docs.python.org/3/library/threading.htmlGH-thread-objects. (cherry picked from commit bb110cc) Co-authored-by: mbarkhau <mbarkhau@gmail.com>
Rephrase and clarify that "the entire Python program exits when only daemon threads are left". This matches the documentation at https://docs.python.org/3/library/threading.htmlGH-thread-objects. (cherry picked from commit bb110cc) Co-authored-by: mbarkhau <mbarkhau@gmail.com>
Rephrase and clarify that "the entire Python program exits when only daemon threads are left". This matches the documentation at https://docs.python.org/3/library/threading.htmlGH-thread-objects. (cherry picked from commit bb110cc) Co-authored-by: mbarkhau <mbarkhau@gmail.com>
Rephrase and clarify that "the entire Python program exits when only daemon threads are left". This matches the documentation at https://docs.python.org/3/library/threading.htmlGH-thread-objects. (cherry picked from commit bb110cc) Co-authored-by: mbarkhau <mbarkhau@gmail.com>
Rephrase and clarify that "the entire Python program exits when only daemon threads are left". This matches the documentation at https://docs.python.org/3/library/threading.html#thread-objects.
Rephrase and clarify that "the entire Python program exits when only daemon threads are left". This matches the documentation at https://docs.python.org/3/library/threading.html#thread-objects.
Rephrase and clarify that "the entire Python program exits when only daemon threads are left". This matches the documentation at https://docs.python.org/3/library/threading.html#thread-objects.