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 SilentGhost
Recipients SilentGhost, a3nm
Date 2015-03-01.12:23:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425212601.86.0.499350241247.issue23556@psf.upfronthosting.co.za>
In-reply-to
Content
There is this bit in https://docs.python.org/3/library/exceptions.html : 

> When raising a new exception (rather than using a bare raise to re-raise the exception currently being handled),...

I presume this can be also suitable for tutorial if it's not already there.
History
Date User Action Args
2015-03-01 12:23:21SilentGhostsetrecipients: + SilentGhost, a3nm
2015-03-01 12:23:21SilentGhostsetmessageid: <1425212601.86.0.499350241247.issue23556@psf.upfronthosting.co.za>
2015-03-01 12:23:21SilentGhostlinkissue23556 messages
2015-03-01 12:23:21SilentGhostcreate