From 67ebfefef550a28af98f022b35af912ecc3e6e4a Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 30 Jul 2008 19:35:27 +0000 Subject: [PATCH] add BufferError to the exception hieracrchy --- Lib/test/exception_hierarchy.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/exception_hierarchy.txt b/Lib/test/exception_hierarchy.txt index 064e8ca380..e5ce8918f7 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 -- 2.49.0