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.
........
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
index a50ffbf..9116bda 100644
--- a/Doc/library/exceptions.rst
+++ b/Doc/library/exceptions.rst
@@ -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