[issue13683] Docs in Python 3:raise statement mistake

2012-01-01 Thread Sandro Tosi
Changes by Sandro Tosi : -- nosy: +sandro.tosi resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue13683] Docs in Python 3:raise statement mistake

2012-01-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 420e01156272 by Sandro Tosi in branch '3.2': Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte http://hg.python.org/cpython/rev/420e01156272 -- nosy: +python-dev _

[issue13683] Docs in Python 3:raise statement mistake

2011-12-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: Verified for 3.2.2 cmd window and idle. Fix looks good. -- keywords: +patch nosy: +terry.reedy stage: -> needs patch type: -> behavior versions: +Python 3.3 ___ Python tracker _

[issue13683] Docs in Python 3:raise statement mistake

2011-12-30 Thread maniram maniram
New submission from maniram maniram : In the Python 3 docs for the raise statement, http://docs.python.org/py3k/reference/simple_stmts.html#the-raise-statement,the docs say "If no exception is active in the current scope, a TypeError exception is raised indicating that this is an error (if run