New submission from Damian <atag...@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@python
components: Documentation
messages: 163344
nosy: atagar1, docs@python
priority: normal
severity: normal
status: open
title: Theading isAlive() missing version note
versions: Python 2.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15126>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to