[New-bugs-announce] [issue4808] doc issue for threading module (name/daemon properties)

Corey Goldberg report at bugs.python.org
Fri Jan 2 15:55:13 CET 2009


New submission from Corey Goldberg <cgoldberg at gmail.com>:

In the current 3.0 doc for threading:
http://docs.python.org/dev/py3k/library/threading.htm

it says:

Thread.getName()
Thread.setName()
  Old API for name.
  
and

Thread.isDaemon()
Thread.setDaemon()
  Old API for daemon.
  
  
'name' and 'daemon' properties should be listed as defaults and the old
getter/setter methods should be noted as "Old API".

----------
assignee: georg.brandl
components: Documentation
messages: 78807
nosy: cgoldberg, georg.brandl
severity: normal
status: open
title: doc issue for threading module (name/daemon properties)
versions: Python 3.0

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


More information about the New-bugs-announce mailing list