Daniel Keep Wrote: > It's rather ironic, but one thing that struck me going from Visual Basic > to Python was that VB had much nicer error handling; instead of having > error handling all over the place, it was all localised to the end of > the function. This is why I absolutely adore scope statements. Like "on error resume next"...? ;-P