[issue1244] Error on 'raise' does not show correct line number and Traceback message

2007-10-08 Thread Alexander Shirokov
Alexander Shirokov added the comment: Dear Georg, Thank you for reply. Sorry, I thought it was a real bug. Best Regards, Alex On Mon, 8 Oct 2007, Georg Brandl wrote: > > Georg Brandl added the comment: > > The raise statement without any arguments re-raises the last raised > exception, comple

[issue1244] Error on 'raise' does not show correct line number and Traceback message

2007-10-08 Thread Georg Brandl
Georg Brandl added the comment: The raise statement without any arguments re-raises the last raised exception, complete with traceback, see http://docs.python.org/dev/reference/simple_stmts.html#the-raise-statement. Therefore your usage of the raise statement is incorrect; you should always use

[issue1244] Error on 'raise' does not show correct line number and Traceback message

2007-10-07 Thread Alexander Shirokov
New submission from Alexander Shirokov: Please run debracket.py It halts immediately and the message explains the problem. Regards Alex -- files: debracket.py messages: 56265 nosy: alexander.shirokov severity: normal status: open title: Error on 'raise' does not show correct line number