Message82241
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. |
|
| Date |
User |
Action |
Args |
| 2009-02-16 14:47:57 | MLModel | set | recipients:
+ MLModel, georg.brandl |
| 2009-02-16 14:47:57 | MLModel | set | messageid: <[email protected]> |
| 2009-02-16 14:46:35 | MLModel | link | issue5281 messages |
| 2009-02-16 14:46:34 | MLModel | create | |
|