diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-11-25 18:11:07 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-11-25 18:11:07 (GMT) |
commit | c7cf5fca7c66d85b5e6f50bbed000215e340915d (patch) | |
tree | 504d6c29980d1e0d3b7e8b1db69bb9fd359542dd /Doc | |
parent | 27bfe468cc69ad83e0b0aaaf60bf368d6ba44a4d (diff) | |
parent | 9527f16bf4368b10e87ed6951bc5e16eeca11c80 (diff) | |
download | cpython-c7cf5fca7c66d85b5e6f50bbed000215e340915d.zip cpython-c7cf5fca7c66d85b5e6f50bbed000215e340915d.tar.gz cpython-c7cf5fca7c66d85b5e6f50bbed000215e340915d.tar.bz2 |
Issue #19691: remove outdated mention about RuntimeError
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/exceptions.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index bcaed24..704abbb 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -287,8 +287,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 |