]> granicus.if.org Git - python/commit
Improve threading.daemon docstring (GH-14278)
authormbarkhau <mbarkhau@gmail.com>
Sat, 22 Jun 2019 12:51:06 +0000 (14:51 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Jun 2019 12:51:06 +0000 (05:51 -0700)
commitbb110cc2ed81447fb48805f31146cf31323a8fc3
tree1739586a35a5b86a5d094caf7bc4a9d52257227c
parent186f70905d07b42a9cbf0a29e448f30baf2b53cb
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.html#thread-objects.
Lib/threading.py