diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2009-07-21 00:51:58 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2009-07-21 00:51:58 (GMT) |
commit | c22c6f2cc067d0f378aca05f5d7f22dc8de4dcc6 (patch) | |
tree | fca8b3047042457e9975cb44efdccb12e6d4cb6d /Doc/library/exceptions.rst | |
parent | e85bd987c466d8022a2a3d746af2fdf991dcb0e4 (diff) | |
download | cpython-c22c6f2cc067d0f378aca05f5d7f22dc8de4dcc6.zip cpython-c22c6f2cc067d0f378aca05f5d7f22dc8de4dcc6.tar.gz cpython-c22c6f2cc067d0f378aca05f5d7f22dc8de4dcc6.tar.bz2 |
Merged revisions 73706,73778 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.
........
r73778 | r.david.murray | 2009-07-02 14:19:20 -0400 (Thu, 02 Jul 2009) | 3 lines
Issue 6389: add documentation for the 'mode' flags defined in the
stat module.
........
Diffstat (limited to 'Doc/library/exceptions.rst')
-rw-r--r-- | Doc/library/exceptions.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 43fa9b0..feeeffd 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -422,6 +422,8 @@ module for more information. Base class for warnings related to :class:`bytes` and :class:`buffer`. +Exception hierarchy +------------------- The class hierarchy for built-in exceptions is: |