mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
update output file to reflect new test of exception object str-ness
This commit is contained in:
parent
1bbe32982d
commit
c380466762
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue