[New-bugs-announce] [issue9339] threading is_alive documnetation is unclear

Brian Brazil report at bugs.python.org
Fri Jul 23 13:19:29 CEST 2010


New submission from Brian Brazil <brian.brazil at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
files: threading-roughly-doc-fix.patch
keywords: patch
messages: 111278
nosy: bbrazil, docs at python
priority: normal
severity: normal
status: open
title: threading is_alive documnetation is unclear
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file18140/threading-roughly-doc-fix.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9339>
_______________________________________


More information about the New-bugs-announce mailing list