From: Antoine Pitrou Date: Mon, 25 Nov 2013 18:08:32 +0000 (+0100) Subject: Issue #19691: remove outdated mention about RuntimeError X-Git-Tag: v2.7.8~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=131336846c4bd0e9f30c2a4b0b1c690dce57298f;p=python Issue #19691: remove outdated mention about RuntimeError --- diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index a3e89ca4ea..e3e6536e90 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -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