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

2011-01-31 Thread Federico Culloca
New submission from Federico Culloca djthrot...@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

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

2011-01-31 Thread Brian Curtin
Brian Curtin cur...@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 ___