Re: Exception Handling...

From: Rob Kennedy (me3_at_privacy.net)
Date: 06/29/04


Date: Tue, 29 Jun 2004 12:40:03 -0500

nobody@noplace.not wrote:
> Interesting... In my mind's eye I saw it kind of like this..
>
> Try
> Doing_This;
> Except
> That_Its_all_messed_up;
> Finally
> Take_the_Back_way_out;

Perhaps all this confusion about what try-finally-except and
try-except-finally would mean is an indication that it's better that we
don't have them. When you're forced to have try-finally and try-except
as separate constructs, then there isn't an confusion about which runs
first or about when each runs. The level of nesting determines the whole
thing at once.

-- 
Rob