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 atagar1
Recipients atagar1, docs@python
Date 2012-06-21.16:27:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340296072.22.0.188221984901.issue15126@psf.upfronthosting.co.za>
In-reply-to
Content
The threading module's isAlive() method had an is_alive() alias first created in python 2.6. The documentation page doesn't mention this...
http://docs.python.org/library/threading.html#threading.Thread.is_alive

However, this is noted for other methods like the Event's is_set()...
http://docs.python.org/library/threading.html#threading.Event.is_set

Very minor issue, just meant that I needed to do a bit of experimentation to figure it out.
History
Date User Action Args
2012-06-21 16:27:52atagar1setrecipients: + atagar1, docs@python
2012-06-21 16:27:52atagar1setmessageid: <1340296072.22.0.188221984901.issue15126@psf.upfronthosting.co.za>
2012-06-21 16:27:51atagar1linkissue15126 messages
2012-06-21 16:27:50atagar1create