[issue11073] threading.Thread documentation can be improved

Roy Smith report at bugs.python.org
Mon Jan 31 02:42:52 CET 2011


New submission from Roy Smith <roy at panix.com>:

The documentation for the threading.Thread constructor says:

"target is the callable object to be invoked by the run() method. Defaults to None, meaning nothing is called."

This could be improved by explicitly stating that target is called in a static context.  As written, it takes a bit of thought (and experimentation) to be sure of that.

----------
assignee: docs at python
components: Documentation
messages: 127566
nosy: docs at python, roysmith
priority: normal
severity: normal
status: open
title: threading.Thread documentation can be improved
versions: Python 2.6

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


More information about the Python-bugs-list mailing list