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

Barry A. Warsaw barry@zope.com
Thu, 28 Mar 2002 13:25:36 -0500


"SM" == Skip Montanaro <skip@pobox.com> writes:

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

SM> Try

|     import exceptions
|     help(exceptions)

Ah, it would be nice to have this in the library reference manual. -Barry