]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve threading.daemon docstring (GH-14278)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Jun 2019 19:05:10 +0000 (12:05 -0700)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2019 19:05:10 +0000 (12:05 -0700)
commite24dbe79ba4e4b497bac4430255e253932f6e99e
tree46f77dd8f6853f9558693ea09c94275bdcb9112d
parent16ec95bb191e4136630de7437f75636d4b6a450f
Improve threading.daemon docstring (GH-14278)

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 bb110cc2ed81447fb48805f31146cf31323a8fc3)

Co-authored-by: mbarkhau <mbarkhau@gmail.com>
Lib/threading.py