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 pitrou
Recipients draghuram, ethan.furman, mrabarnett, ncoghlan, pitrou, poke, rhettinger, steven.daprano
Date 2010-12-29.00:15:21
SpamBayes Score 0.00042601206
Marked as misclassified No
Message-id <1293581718.3700.9.camel@localhost.localdomain>
In-reply-to <1293581178.52.0.123219068672.issue6210@psf.upfronthosting.co.za>
Content
> > And what if the exception is raised from a subroutine?
> 
> Well, if I have it surrounded by a try/except block, presumably I'm
> aware that an exception could be raised.  ;)

I'm talking about the exception raised from the except block.
History
Date User Action Args
2010-12-29 00:15:22pitrousetrecipients: + pitrou, rhettinger, ncoghlan, draghuram, mrabarnett, steven.daprano, poke, ethan.furman
2010-12-29 00:15:21pitroulinkissue6210 messages
2010-12-29 00:15:21pitroucreate