I mess up again; BufferError inherits StandardError

This commit is contained in:
Benjamin Peterson 2008-07-30 23:49:28 +00:00
parent 23957cb8fb
commit b8827c00b8

View file

@ -3,9 +3,9 @@ BaseException
+-- KeyboardInterrupt +-- KeyboardInterrupt
+-- GeneratorExit +-- GeneratorExit
+-- Exception +-- Exception
+-- BufferError
+-- StopIteration +-- StopIteration
+-- StandardError +-- StandardError
| +-- BufferError
| +-- ArithmeticError | +-- ArithmeticError
| | +-- FloatingPointError | | +-- FloatingPointError
| | +-- OverflowError | | +-- OverflowError