[Python-Dev] Breaking bug #411881 into manageable pieces

Barry A. Warsaw barry@zope.com
Thu, 21 Mar 2002 12:03:21 -0500


>>>>> "GvR" == Guido van Rossum <guido@python.org> writes:

    GvR> Not all exception classes derive from Exception.

Early on in the conversion to standard class-based exceptions, we
considered requiring this, but we never did.  Although I personally
stick to this convention (my exceptions all eventually derive from
Exception), I'm not sure it's worth enforcing.

-Barry