[Pythonmac-SIG] What to do about missing toolbox routines

Bob Savage savageb@pacbell.net
Mon, 13 Dec 1999 09:55:10 -0800


> 1. Upon first call of a toolbox method check whether it actually
> exists and raise an exception if it doesn't.

I would prefer this to crashing. Of course I "haven't been bitten", but I
think this is more in line with the way Python typically works (that is no
matter how stupid a thing it is I do, I get a traceback).

Bob