R: [Python-Dev] Deprecating string exceptions (original) (raw)

Skip Montanaro skip@pobox.com
Thu, 28 Mar 2002 11:15:17 -0600


BAW> (Does anybody else lament the lack of an inheritance diagram in the
BAW> exceptions module documentation?)

Try

import exceptions
help(exceptions)

Skip