
Sept. 30, 2004
2:27 p.m.
On Thu, 2004-09-30 at 10:19, Phillip J. Eby wrote:
At 08:21 PM 9/30/04 +1000, Nick Coghlan wrote:
However, another possibility occurred to me:
try: # Do stuff except sys.special_exceptions: raise except: # Deal with all the mundane stuff
+0, except that I'd rather see it put in the exceptions module and given a name in builtins. -Barry