[Python-bugs-list] [ python-Bugs-429070 ] Thread.getDaemon()should be isDaemon()

noreply@sourceforge.net noreply@sourceforge.net
Thu, 31 May 2001 13:24:54 -0700


Bugs item #429070, was updated on 2001-05-31 10:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=429070&group_id=5470

Category: Documentation
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Thread.getDaemon()should be isDaemon()

Initial Comment:
In Python 2.0 (Win32 distribution), the file
Doc/lib/thread-objects.html refers to a getDaemon()
method for the Thread class.  The name of the method
(in Lib/threading.py) is isDaemon(), not getDaemon().


----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-05-31 13:24

Message:
Logged In: YES 
user_id=3066

Fixed in Doc/lib/libthreading.tex revisions 1.8 and 1.7.12.1.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=429070&group_id=5470