From 131336846c4bd0e9f30c2a4b0b1c690dce57298f Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Mon, 25 Nov 2013 19:08:32 +0100 Subject: [PATCH] Issue #19691: remove outdated mention about RuntimeError --- Doc/library/exceptions.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.50.1