commit | 67ebfefef550a28af98f022b35af912ecc3e6e4a | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Jul 30 19:35:27 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Jul 30 19:35:27 2008 +0000 |
tree | 70905102c47a4f2bbdc8bb38828d079b10bd85f4 | |
parent | c0bf76d3cfff7a0cb52baeadf635caaa177f6b55 [diff] [blame] |
add BufferError to the exception hieracrchy
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 @@ +-- KeyboardInterrupt +-- GeneratorExit +-- Exception + +-- BufferError +-- StopIteration +-- StandardError | +-- ArithmeticError