]> 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 a3e89ca4eade95293f3b5aa6afa94f82aa871b84..e3e6536e901054938c01823893e96307a85ba200 100644 (file)
@@ -286,8 +286,7 @@ The following exceptions are the exceptions that are actually 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