Issue #19691: remove outdated mention about RuntimeError

This commit is contained in:
Antoine Pitrou 2013-11-25 19:08:32 +01:00
parent 0e524047e2
commit 9527f16bf4

View 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