]> granicus.if.org Git - python/commitdiff
Issue #19691: remove outdated mention about RuntimeError
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 25 Nov 2013 18:08:32 +0000 (19:08 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 25 Nov 2013 18:08:32 +0000 (19:08 +0100)
Doc/library/exceptions.rst

index 1854318f51d05fc11266d85b284aec495c8c26f5..6e4559cc0a09ace52f999dd0493c84ed1dd0a704 100644 (file)
@@ -281,8 +281,7 @@ The following exceptions are the exceptions that are usually raised.
 
    Raised when an error is detected that doesn't fall in any of the other
    categories.  The associated value is a string indicating what precisely went
-   wrong.  (This exception is mostly a relic from a previous version of the
-   interpreter; it is not used very much any more.)
+   wrong.
 
 
 .. exception:: StopIteration