]> granicus.if.org Git - python/commit
Improve threading.daemon docstring (GH-14278)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Jun 2019 19:06:21 +0000 (12:06 -0700)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2019 19:06:21 +0000 (12:06 -0700)
commitea380f6946633cb6e5b1de61cf92e01c7e057ee8
tree67b1759c81304debe6c1c9c26d40c6e35918dcb8
parent175b2e974586152c1d4cdea589b971d7ecad4d30
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