In article <[EMAIL PROTECTED]>,
"Phillip J. Eby" <[EMAIL PROTECTED]> wrote:
>...
> I personally think that StopIteration, TerminateIteration,
> KeyboardInterrupt and perhaps certain other exceptions should derive from
> some base class other than Exception (e.g. Raisable or some such) to help
> with the bare-except/except Exception problem. But that's probably best
> addressed by a separate PEP. :)
Yes, please!!!
I am so sick of writing:
except (SystemExit, KeyboardInterrupt):
raise
except Exception, e:
# handle a "real" error
but back to lurking on this discussion...
-- Russell
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com