[Python-checkins] CVS: python/dist/src/Lib/test/output test_exceptions,1.2,1.3

Jeremy Hylton python-dev@python.org
Sun, 25 Jun 2000 03:45:00 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv29818/output

Modified Files:
	test_exceptions 
Log Message:
update output file to reflect new test of exception object str-ness


Index: test_exceptions
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_exceptions,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_exceptions	2000/05/25 23:16:54	1.2
--- test_exceptions	2000/06/25 10:44:57	1.3
***************
*** 1,24 ****
--- 1,42 ----
  test_exceptions
  5. Built-in exceptions
+ spam
  AttributeError
+ spam
  EOFError
+ spam
  IOError
+ spam
  ImportError
+ spam
  IndexError
+ spam
  KeyError
+ spam
  KeyboardInterrupt
  (not testable in a script)
+ spam
  MemoryError
  (not safe to test)
+ spam
  NameError
+ spam
  OverflowError
+ spam
  RuntimeError
  (not used any more?)
+ spam
  SyntaxError
+ spam
  SystemError
  (hard to reproduce)
+ spam
  SystemExit
+ spam
  TypeError
+ spam
  ValueError
+ spam
  ZeroDivisionError
+ spam
  Exception