2.2 features

Skip Montanaro skip at pobox.com
Fri Aug 3 15:41:48 EDT 2001


    Paul> For example, this would be illegal:

    Paul>    except x not in class ZeroDivisionError:

But this would be a common construct I think.  You often don't want
SystemExit and KeyboardInterrupt caught, so I think it would be useful to be
able to have

    except x not in clas SystemExit, KeyboardInterrupt:

when you want a mostly catchall except.

Skip




More information about the Python-list mailing list