[Python-checkins] r65318 - python/trunk/Lib/test/exception_hierarchy.txt
benjamin.peterson
python-checkins at python.org
Thu Jul 31 01:49:28 CEST 2008
Author: benjamin.peterson
Date: Thu Jul 31 01:49:28 2008
New Revision: 65318
Log:
I mess up again; BufferError inherits StandardError
Modified:
python/trunk/Lib/test/exception_hierarchy.txt
Modified: python/trunk/Lib/test/exception_hierarchy.txt
==============================================================================
--- python/trunk/Lib/test/exception_hierarchy.txt (original)
+++ python/trunk/Lib/test/exception_hierarchy.txt Thu Jul 31 01:49:28 2008
@@ -3,9 +3,9 @@
+-- KeyboardInterrupt
+-- GeneratorExit
+-- Exception
- +-- BufferError
+-- StopIteration
+-- StandardError
+ | +-- BufferError
| +-- ArithmeticError
| | +-- FloatingPointError
| | +-- OverflowError
More information about the Python-checkins
mailing list