Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c380466

Browse files
committed
update output file to reflect new test of exception object str-ness
1 parent 1bbe329 commit c380466

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lib/test/output/test_exceptions

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,42 @@
11
test_exceptions
22
5. Built-in exceptions
3+
spam
34
AttributeError
5+
spam
46
EOFError
7+
spam
58
IOError
9+
spam
610
ImportError
11+
spam
712
IndexError
13+
spam
814
KeyError
15+
spam
916
KeyboardInterrupt
1017
(not testable in a script)
18+
spam
1119
MemoryError
1220
(not safe to test)
21+
spam
1322
NameError
23+
spam
1424
OverflowError
25+
spam
1526
RuntimeError
1627
(not used any more?)
28+
spam
1729
SyntaxError
30+
spam
1831
SystemError
1932
(hard to reproduce)
33+
spam
2034
SystemExit
35+
spam
2136
TypeError
37+
spam
2238
ValueError
39+
spam
2340
ZeroDivisionError
41+
spam
2442
Exception

0 commit comments

Comments
 (0)