Add way to reenter previous try block

I don’t think this comes up often enough to warrant new syntax. If the nested try block looks too ugly you can always do LBYL approach and check ahead of time if something would raise an exception, letting you use if/elif blocks.

Otherwise you might want the new pattern matching proposal that just went out. :slight_smile:

1 Like