[Python-checkins] r74144 - in python/branches/release26-maint: Doc/library/exceptions.rst
r.david.murray
python-checkins at python.org
Tue Jul 21 16:37:38 CEST 2009
Author: r.david.murray
Date: Tue Jul 21 16:37:38 2009
New Revision: 74144
Log:
Merged revisions 73706 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73706 | georg.brandl | 2009-06-30 12:18:55 -0400 (Tue, 30 Jun 2009) | 1 line
#6384: Add a heading for the exception hierarchy.
........
Modified:
python/branches/release26-maint/ (props changed)
python/branches/release26-maint/Doc/library/exceptions.rst
Modified: python/branches/release26-maint/Doc/library/exceptions.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/exceptions.rst (original)
+++ python/branches/release26-maint/Doc/library/exceptions.rst Tue Jul 21 16:37:38 2009
@@ -477,7 +477,10 @@
.. versionadded:: 2.5
-The class hierarchy for built-in exceptions is:
+Exception hierarchy
+-------------------
+
+The class hierarchy for built-in exceptions is:
.. literalinclude:: ../../Lib/test/exception_hierarchy.txt
More information about the Python-checkins
mailing list