[Python-checkins] cpython (2.7): Issue #19691: remove outdated mention about RuntimeError

antoine.pitrou python-checkins at python.org
Mon Nov 25 19:08:40 CET 2013


http://hg.python.org/cpython/rev/313d9bb253bf
changeset:   87556:313d9bb253bf
branch:      2.7
parent:      87544:74b1b3ebf454
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Mon Nov 25 19:08:32 2013 +0100
summary:
  Issue #19691: remove outdated mention about RuntimeError

files:
  Doc/library/exceptions.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
--- a/Doc/library/exceptions.rst
+++ b/Doc/library/exceptions.rst
@@ -286,8 +286,7 @@
 
    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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list