[issue5281] Slight inconsistency in documentation appearances of RuntimeError

2009-02-16 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r69675. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue5281] Slight inconsistency in documentation appearances of RuntimeError

2009-02-16 Thread Mitchell Model
New submission from Mitchell Model : 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: rai