mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
I mess up again; BufferError inherits StandardError
This commit is contained in:
parent
23957cb8fb
commit
b8827c00b8
1 changed files with 1 additions and 1 deletions
|
|
@ -3,9 +3,9 @@ BaseException
|
||||||
+-- KeyboardInterrupt
|
+-- KeyboardInterrupt
|
||||||
+-- GeneratorExit
|
+-- GeneratorExit
|
||||||
+-- Exception
|
+-- Exception
|
||||||
+-- BufferError
|
|
||||||
+-- StopIteration
|
+-- StopIteration
|
||||||
+-- StandardError
|
+-- StandardError
|
||||||
|
| +-- BufferError
|
||||||
| +-- ArithmeticError
|
| +-- ArithmeticError
|
||||||
| | +-- FloatingPointError
|
| | +-- FloatingPointError
|
||||||
| | +-- OverflowError
|
| | +-- OverflowError
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue