From: Benjamin Peterson Date: Wed, 30 Jul 2008 23:49:28 +0000 (+0000) Subject: I mess up again; BufferError inherits StandardError X-Git-Tag: v2.6b3~198 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8827c00b8f4c11e202a7c2401aca1c42531188c;p=thirdparty%2FPython%2Fcpython.git I mess up again; BufferError inherits StandardError --- diff --git a/Lib/test/exception_hierarchy.txt b/Lib/test/exception_hierarchy.txt index e5ce8918f711..82b6ddfd4bda 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