This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ggenellina
Recipients georg.brandl, ggenellina, jnoller, steve21
Date 2009-01-24.00:28:58
SpamBayes Score 3.2206528e-06
Marked as misclassified No
Message-id <1232756943.27.0.858281119222.issue5031@psf.upfronthosting.co.za>
In-reply-to
Content
"This is a boolean value, and is False by default."

Not true; the next sentence in the description explains where the 
default value comes from.

I'd join both paragraphs to make it more clear:

"""A boolean value indicating whether this thread is a daemon thread 
(True) or not (False). This must be set before start() is called, 
otherwise RuntimeError is raised. Its initial value is inherited from 
the creating thread; the main thread is not a daemon thread.

The entire Python program exits ..."""
History
Date User Action Args
2009-01-24 00:29:03ggenellinasetrecipients: + ggenellina, georg.brandl, jnoller, steve21
2009-01-24 00:29:03ggenellinasetmessageid: <1232756943.27.0.858281119222.issue5031@psf.upfronthosting.co.za>
2009-01-24 00:29:01ggenellinalinkissue5031 messages
2009-01-24 00:29:00ggenellinacreate