diff options
Diffstat (limited to 'Lib/test/output/test_exceptions')
-rw-r--r-- | Lib/test/output/test_exceptions | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Lib/test/output/test_exceptions b/Lib/test/output/test_exceptions new file mode 100644 index 0000000..5ccb7b8 --- /dev/null +++ b/Lib/test/output/test_exceptions @@ -0,0 +1,23 @@ +test_exceptions +5. Built-in exceptions +AttributeError +EOFError +IOError +ImportError +IndexError +KeyError +KeyboardInterrupt +(not testable in a script) +MemoryError +(not safe to test) +NameError +OverflowError +RuntimeError +(not used any more?) +SyntaxError +SystemError +(hard to reproduce) +SystemExit +TypeError +ValueError +ZeroDivisionError |