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 cardinalbiggles
Recipients cardinalbiggles, docs@python
Date 2011-02-04.19:48:15
SpamBayes Score 5.128539e-08
Marked as misclassified No
Message-id <1296848896.87.0.703380092713.issue11120@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-04 19:48:16cardinalbigglessetrecipients: + cardinalbiggles, docs@python
2011-02-04 19:48:16cardinalbigglessetmessageid: <1296848896.87.0.703380092713.issue11120@psf.upfronthosting.co.za>
2011-02-04 19:48:16cardinalbiggleslinkissue11120 messages
2011-02-04 19:48:15cardinalbigglescreate