update output file to reflect new test of exception object str-ness

This commit is contained in:
Jeremy Hylton 2000-06-25 10:44:57 +00:00
parent 1bbe32982d
commit c380466762

View file

@ -1,24 +1,42 @@
test_exceptions test_exceptions
5. Built-in exceptions 5. Built-in exceptions
spam
AttributeError AttributeError
spam
EOFError EOFError
spam
IOError IOError
spam
ImportError ImportError
spam
IndexError IndexError
spam
KeyError KeyError
spam
KeyboardInterrupt KeyboardInterrupt
(not testable in a script) (not testable in a script)
spam
MemoryError MemoryError
(not safe to test) (not safe to test)
spam
NameError NameError
spam
OverflowError OverflowError
spam
RuntimeError RuntimeError
(not used any more?) (not used any more?)
spam
SyntaxError SyntaxError
spam
SystemError SystemError
(hard to reproduce) (hard to reproduce)
spam
SystemExit SystemExit
spam
TypeError TypeError
spam
ValueError ValueError
spam
ZeroDivisionError ZeroDivisionError
spam
Exception Exception