Exception Handling in Python 3
Martin v. Loewis
martin at v.loewis.de
Mon Oct 25 02:57:52 EDT 2010
Am 24.10.2010 23:48, schrieb Steve Holden:
> On 10/24/2010 4:44 PM, John Nagle wrote:
>> Are exception semantics changing in a way which would affect that?
>
> No, I don't believe so. I simply felt that the traceback gives too much
> information in the case where an exception is specifically being raised
> to replace the one currently being handled.
I think you have puzzled readers a lot (including me) with the statement:
"that Python 3 no longer allows an exception to be raised in an except
clause"
That certainly isn't the case.
Regards,
Martin
More information about the Python-list
mailing list