summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-11-25 18:11:07 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-11-25 18:11:07 (GMT)
commitc7cf5fca7c66d85b5e6f50bbed000215e340915d (patch)
tree504d6c29980d1e0d3b7e8b1db69bb9fd359542dd /Doc
parent27bfe468cc69ad83e0b0aaaf60bf368d6ba44a4d (diff)
parent9527f16bf4368b10e87ed6951bc5e16eeca11c80 (diff)
downloadcpython-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.rst3
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