[New-bugs-announce] [issue11083] threading.Thread - start() rises RuntimeException?

Federico Culloca report at bugs.python.org
Mon Jan 31 20:22:23 CET 2011


New submission from Federico Culloca <djthrottle at gmail.com>:

In the threading module documentation, about the start() method of the threading.Thread class, it says that, upon calling start() more then once, a RuntimeException is raised. I couldn't find in the whole documentation other references to this "RuntimeException".

Maybe it's RuntimeError?

----------
assignee: docs at python
components: Documentation
messages: 127647
nosy: Federico.Culloca, docs at python
priority: normal
severity: normal
status: open
title: threading.Thread - start() rises RuntimeException?
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list