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

Barry Warsaw python-dev@python.org
Thu, 25 May 2000 16:16:56 -0700


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

Modified Files:
	test_exceptions 
Log Message:
Added a test to catch the base class.


Index: test_exceptions
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_exceptions,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_exceptions	1996/12/10 23:19:47	1.1
--- test_exceptions	2000/05/25 23:16:54	1.2
***************
*** 22,23 ****
--- 22,24 ----
  ValueError
  ZeroDivisionError
+ Exception