summaryrefslogtreecommitdiffstats
path: root/Lib/test/exception_hierarchy.txt
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-07-30 19:35:27 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-07-30 19:35:27 (GMT)
commit67ebfefef550a28af98f022b35af912ecc3e6e4a (patch)
tree70905102c47a4f2bbdc8bb38828d079b10bd85f4 /Lib/test/exception_hierarchy.txt
parentc0bf76d3cfff7a0cb52baeadf635caaa177f6b55 (diff)
downloadcpython-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.txt1
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