diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-11-25 18:08:32 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-11-25 18:08:32 (GMT) |
commit | 9527f16bf4368b10e87ed6951bc5e16eeca11c80 (patch) | |
tree | b4c97dc3818a40e81c7e89cff31a34bfe16278c3 /Doc | |
parent | 0e524047e2f57f3150845b947af475c72f0e1724 (diff) | |
download | cpython-9527f16bf4368b10e87ed6951bc5e16eeca11c80.zip cpython-9527f16bf4368b10e87ed6951bc5e16eeca11c80.tar.gz cpython-9527f16bf4368b10e87ed6951bc5e16eeca11c80.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 1854318..6e4559c 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 |