]> granicus.if.org Git - python/commitdiff
add BufferError to the exception hieracrchy
authorBenjamin Peterson <benjamin@python.org>
Wed, 30 Jul 2008 19:35:27 +0000 (19:35 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 30 Jul 2008 19:35:27 +0000 (19:35 +0000)
Lib/test/exception_hierarchy.txt

index 064e8ca38026fe040f75b10efd2ea745a931e086..e5ce8918f711811bd4cb5aab8b88c5764e771d04 100644 (file)
@@ -3,6 +3,7 @@ BaseException
  +-- KeyboardInterrupt
  +-- GeneratorExit
  +-- Exception
+      +-- BufferError
       +-- StopIteration
       +-- StandardError
       |    +-- ArithmeticError