[New-bugs-announce] [issue11120] threading.Thread.daemon Documentation Incomplete

cardinalbiggles report at bugs.python.org
Fri Feb 4 20:48:16 CET 2011


New submission from cardinalbiggles <jmandersen at gmail.com>:

In the threading module, the documentation for Thread.isDaemon()/Thread.setDaemon() indicates they are the old API for Thread.daemon, which does not indicate the version in which it was introduced (2.6 I believe). 

Additionally, the documentation for Thread.setDaemon() should at least include the daemonic parameter, if not the full usage documentation for those targeting older versions.

Targeting Python 2.4, and being unable to (as) efficiently navigate the old documentation site, I have come to rely on the various 'Changed/New in version 2.X' messages in the current documentation. This caused some confusion on my part.

----------
assignee: docs at python
components: Documentation
messages: 127927
nosy: cardinalbiggles, docs at python
priority: normal
severity: normal
status: open
title: threading.Thread.daemon Documentation Incomplete
type: feature request
versions: Python 2.7

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


More information about the New-bugs-announce mailing list