summaryrefslogtreecommitdiffstats
path: root/Lib/test/exception_hierarchy.txt
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-03 19:47:54 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-03 19:47:54 (GMT)
commite69c320d48a5708c900cc6c78bf006fef68c62bd (patch)
tree04e85c6cfaf9f5b6eb1a79a263e5cf6e51cc1ae9 /Lib/test/exception_hierarchy.txt
parent6554cb94ba328939366ac6f12104d70d52d57cdd (diff)
downloadcpython-e69c320d48a5708c900cc6c78bf006fef68c62bd.zip
cpython-e69c320d48a5708c900cc6c78bf006fef68c62bd.tar.gz
cpython-e69c320d48a5708c900cc6c78bf006fef68c62bd.tar.bz2
Patch #1537 from Chad Austin
Change GeneratorExit's base class from Exception to BaseException
Diffstat (limited to 'Lib/test/exception_hierarchy.txt')
-rw-r--r--Lib/test/exception_hierarchy.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/exception_hierarchy.txt b/Lib/test/exception_hierarchy.txt
index 965252c..73ccb66 100644
--- a/Lib/test/exception_hierarchy.txt
+++ b/Lib/test/exception_hierarchy.txt
@@ -1,8 +1,8 @@
BaseException
+-- SystemExit
+-- KeyboardInterrupt
+ +-- GeneratorExit
+-- Exception
- +-- GeneratorExit
+-- StopIteration
+-- ArithmeticError
| +-- FloatingPointError