Jerry Gay <[EMAIL PROTECTED]> wrote:

> i'm converting many of the remaining internal_exception() calls to
> real_exception() (except unimplemented ops, and other valid internal
> exceptions)

Fine, thanks - applied.

Just curious: what's the difference between these two:

            E_IndexError,
             E_IndexOutOfBoundsError,

> before i send a list of patches for various files to the list, i'd
> like to make sure this first patch is agreeable.

Such patches are welcome. We can't usually just die, almost every error
should be catchable.

But please keep patches in reasoable size by e.g. converting just a few
execption types at once.

Thanks,
leo

Reply via email to