This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexander.shirokov
Recipients alexander.shirokov, georg.brandl
Date 2007-10-08.07:22:31
SpamBayes Score 0.011424678
Marked as misclassified No
Message-id <Pine.LNX.4.64.0710080310340.28536@kodiak.cita.utoronto.ca>
In-reply-to <1191827291.0.0.86273272349.issue1244@psf.upfronthosting.co.za>
Content
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, 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
>
> raise SomeException("some message")
>
> ----------
> nosy: +georg.brandl
> resolution:  -> invalid
> status: open -> closed
>
> __________________________________
> Tracker <report@bugs.python.org>
> <http://bugs.python.org/issue1244>
> __________________________________
>

--
History
Date User Action Args
2007-10-08 07:22:32alexander.shirokovsetspambayes_score: 0.0114247 -> 0.011424678
recipients: + alexander.shirokov, georg.brandl
2007-10-08 07:22:32alexander.shirokovlinkissue1244 messages
2007-10-08 07:22:31alexander.shirokovcreate