[docs] [issue15126] Theading isAlive() missing version note

Damian report at bugs.python.org
Thu Jun 21 18:27:52 CEST 2012


New submission from Damian <atagar1 at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 163344
nosy: atagar1, docs at python
priority: normal
severity: normal
status: open
title: Theading isAlive() missing version note
versions: Python 2.6

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


More information about the docs mailing list