[issue5458] threading.Thread.join() documentation: missing 'from version' for RuntimeError exceptions

Eyal Gordon report at bugs.python.org
Mon Mar 9 11:31:13 CET 2009


New submission from Eyal Gordon <eyal.gordon at gmail.com>:

In threading documentation:
http://www.python.org/doc/current/library/threading.html?highlight=threading#threading.Thread.join

It is not specified from which python version the join() call raises the
RuntimeError exception. In python version 2.4.3 join asserts on such
conditions.

----------
assignee: georg.brandl
components: Documentation
message_count: 1.0
messages: 83367
nosy: eyal.gordon, georg.brandl
nosy_count: 2.0
severity: normal
status: open
title: threading.Thread.join() documentation: missing 'from version' for RuntimeError exceptions
versions: Python 2.6

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


More information about the Python-bugs-list mailing list