From: Antoine Pitrou Date: Mon, 25 Nov 2013 18:08:32 +0000 (+0100) Subject: Issue #19691: remove outdated mention about RuntimeError X-Git-Tag: v3.4.0b2~488^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9527f16bf4368b10e87ed6951bc5e16eeca11c80;p=thirdparty%2FPython%2Fcpython.git Issue #19691: remove outdated mention about RuntimeError --- diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 1854318f51d0..6e4559cc0a09 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -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