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.
........
This commit is contained in:
R. David Murray 2009-07-21 14:37:38 +00:00
parent ba2c2b16db
commit f37b563c72
1 changed files with 4 additions and 1 deletions

View File

@ -477,7 +477,10 @@ module for more information.
.. versionadded:: 2.5
Exception hierarchy
-------------------
The class hierarchy for built-in exceptions is:
.. literalinclude:: ../../Lib/test/exception_hierarchy.txt