mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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
|
||||
+-- GeneratorExit
|
||||
+-- Exception
|
||||
+-- BufferError
|
||||
+-- StopIteration
|
||||
+-- StandardError
|
||||
| +-- BufferError
|
||||
| +-- ArithmeticError
|
||||
| | +-- FloatingPointError
|
||||
| | +-- OverflowError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue