[issue11083] threading.Thread - start() rises RuntimeException?
New submission from Federico Culloca <djthrottle@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@python components: Documentation messages: 127647 nosy: Federico.Culloca, docs@python priority: normal severity: normal status: open title: threading.Thread - start() rises RuntimeException? type: behavior versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11083> _______________________________________
Brian Curtin <curtin@acm.org> added the comment: Thanks, fixed in r88281. Back porting to the other branches as well. ---------- nosy: +brian.curtin resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.1, Python 3.2 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11083> _______________________________________
participants (2)
-
Brian Curtin
-
Federico Culloca