From b8827c00b8f4c11e202a7c2401aca1c42531188c Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 30 Jul 2008 23:49:28 +0000 Subject: [PATCH] I mess up again; BufferError inherits StandardError --- Lib/test/exception_hierarchy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/exception_hierarchy.txt b/Lib/test/exception_hierarchy.txt index e5ce8918f7..82b6ddfd4b 100644 --- a/Lib/test/exception_hierarchy.txt +++ b/Lib/test/exception_hierarchy.txt @@ -3,9 +3,9 @@ BaseException +-- KeyboardInterrupt +-- GeneratorExit +-- Exception - +-- BufferError +-- StopIteration +-- StandardError + | +-- BufferError | +-- ArithmeticError | | +-- FloatingPointError | | +-- OverflowError -- 2.40.0