summaryrefslogtreecommitdiffstats
path: root/Doc/library/exceptions.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-11-25 18:08:32 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-11-25 18:08:32 (GMT)
commit131336846c4bd0e9f30c2a4b0b1c690dce57298f (patch)
treec146c0332599d9336fd12ec668abdbf8bab25eeb /Doc/library/exceptions.rst
parentd061efa3b8628b92ffb5519fd4b5b485dc8a9ee9 (diff)
downloadcpython-131336846c4bd0e9f30c2a4b0b1c690dce57298f.zip
cpython-131336846c4bd0e9f30c2a4b0b1c690dce57298f.tar.gz
cpython-131336846c4bd0e9f30c2a4b0b1c690dce57298f.tar.bz2
Issue #19691: remove outdated mention about RuntimeError
Diffstat (limited to 'Doc/library/exceptions.rst')
-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 a3e89ca..e3e6536 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