diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-07-30 19:35:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-07-30 19:35:27 (GMT) |
commit | 67ebfefef550a28af98f022b35af912ecc3e6e4a (patch) | |
tree | 70905102c47a4f2bbdc8bb38828d079b10bd85f4 /Lib/test/exception_hierarchy.txt | |
parent | c0bf76d3cfff7a0cb52baeadf635caaa177f6b55 (diff) | |
download | cpython-67ebfefef550a28af98f022b35af912ecc3e6e4a.zip cpython-67ebfefef550a28af98f022b35af912ecc3e6e4a.tar.gz cpython-67ebfefef550a28af98f022b35af912ecc3e6e4a.tar.bz2 |
add BufferError to the exception hieracrchy
Diffstat (limited to 'Lib/test/exception_hierarchy.txt')
-rw-r--r-- | Lib/test/exception_hierarchy.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/exception_hierarchy.txt b/Lib/test/exception_hierarchy.txt index 064e8ca..e5ce891 100644 --- a/Lib/test/exception_hierarchy.txt +++ b/Lib/test/exception_hierarchy.txt @@ -3,6 +3,7 @@ BaseException +-- KeyboardInterrupt +-- GeneratorExit +-- Exception + +-- BufferError +-- StopIteration +-- StandardError | +-- ArithmeticError |