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 bbrazil
Recipients bbrazil, docs@python
Date 2010-07-23.11:19:27
SpamBayes Score 0.10419054
Marked as misclassified No
Message-id <1279883969.69.0.278185543155.issue9339@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/py3k/library/threading.html

"Roughly, a thread is alive from the moment the start() method returns until its run() method terminates."

Using "Roughly" in relation to threading is a bit unspecific. I've had a look through _bootstrap_inner() and attached a patch to clarify this.
History
Date User Action Args
2010-07-23 11:19:29bbrazilsetrecipients: + bbrazil, docs@python
2010-07-23 11:19:29bbrazilsetmessageid: <1279883969.69.0.278185543155.issue9339@psf.upfronthosting.co.za>
2010-07-23 11:19:27bbrazillinkissue9339 messages
2010-07-23 11:19:27bbrazilcreate