summaryrefslogtreecommitdiff
path: root/Lib/test/exception_hierarchy.txt
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-11 22:57:16 -0400
committerYury Selivanov <yselivanov@sprymix.com>2015-05-11 22:57:16 -0400
commitea639832c36905ecb07caba111f614c4bbf9bdd6 (patch)
treeb1e24bb312d8c2cd302e49282707b5bd952714c8 /Lib/test/exception_hierarchy.txt
parent94240635a6a981ddbb60010bf7472bbbb5e52e2e (diff)
downloadcpython-ea639832c36905ecb07caba111f614c4bbf9bdd6.tar.gz
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Diffstat (limited to 'Lib/test/exception_hierarchy.txt')
-rw-r--r--Lib/test/exception_hierarchy.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/exception_hierarchy.txt b/Lib/test/exception_hierarchy.txt
index 1c1f69f36b..6632826afa 100644
--- a/Lib/test/exception_hierarchy.txt
+++ b/Lib/test/exception_hierarchy.txt
@@ -4,6 +4,7 @@ BaseException
+-- GeneratorExit
+-- Exception
+-- StopIteration
+ +-- StopAsyncIteration
+-- ArithmeticError
| +-- FloatingPointError
| +-- OverflowError