[issue11120] threading.Thread.daemon Documentation Incomplete

2013-10-13 Thread Georg Brandl

Georg Brandl added the comment:

This is now fixed with changeset 81c28c415718.

--
nosy: +georg.brandl
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11120
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11120] threading.Thread.daemon Documentation Incomplete

2011-02-04 Thread cardinalbiggles

New submission from cardinalbiggles jmander...@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@python
components: Documentation
messages: 127927
nosy: cardinalbiggles, docs@python
priority: normal
severity: normal
status: open
title: threading.Thread.daemon Documentation Incomplete
type: feature request
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11120
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com