]> 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:08:28 +0000 (12:08 -0700)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2019 19:08:28 +0000 (12:08 -0700)
commit03464483964fbf5a15b2b8fa6ecbf02c712ceef3
tree879b6931b0dc8ccfe2482f18f183e4e7446c402d
parentadcdb1e4f5eb3c63e4e40242737be9c00a26764c
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