projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba2c2b1
)
Merged revisions 73706 via svnmerge from
author
R. David Murray
<rdmurray@bitdance.com>
Tue, 21 Jul 2009 14:37:38 +0000
(14:37 +0000)
committer
R. David Murray
<rdmurray@bitdance.com>
Tue, 21 Jul 2009 14:37:38 +0000
(14:37 +0000)
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.
........
Doc/library/exceptions.rst
patch
|
blob
|
history
diff --git
a/Doc/library/exceptions.rst
b/Doc/library/exceptions.rst
index a50ffbfe64ab4c6c7f0f8d9c87d24af644c70d29..9116bdaec7c407acfc20643fd46abc1e28ba21fd 100644
(file)
--- a/
Doc/library/exceptions.rst
+++ b/
Doc/library/exceptions.rst
@@
-477,7
+477,10
@@
module for more information.
.. 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