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 cgoldberg
Recipients cgoldberg, georg.brandl
Date 2009-01-02.14:55:11
SpamBayes Score 8.813626e-05
Marked as misclassified No
Message-id <1230908113.29.0.280160311198.issue4808@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2009-01-02 14:55:13cgoldbergsetrecipients: + cgoldberg, georg.brandl
2009-01-02 14:55:13cgoldbergsetmessageid: <1230908113.29.0.280160311198.issue4808@psf.upfronthosting.co.za>
2009-01-02 14:55:12cgoldberglinkissue4808 messages
2009-01-02 14:55:11cgoldbergcreate