This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MLModel
Recipients MLModel, georg.brandl
Date 2009-02-16.14:46:34
SpamBayes Score 2.799091e-05
Marked as misclassified No
Message-id <1234795677.12.0.834283197791.issue5281@psf.upfronthosting.co.za>
In-reply-to
Content
The Library Exceptions documentation describes RuntimeException as "mostly 
a relic from a previous version of the interpreter; it is not used very 
much any more." Yet, the Reference in describing the raise statement uses 
RuntimeException as an example:

raise RuntimeError("foo occurred").with_traceback(tracebackobj)

This seems slightly misleading. It might be better to just use Exception 
as the example there.
History
Date User Action Args
2009-02-16 14:47:57MLModelsetrecipients: + MLModel, georg.brandl
2009-02-16 14:47:57MLModelsetmessageid: <1234795677.12.0.834283197791.issue5281@psf.upfronthosting.co.za>
2009-02-16 14:46:35MLModellinkissue5281 messages
2009-02-16 14:46:34MLModelcreate