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

Fred L. Drake python-dev@python.org
Thu, 31 Aug 2000 12:48:54 -0700


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

Modified Files:
	test_operations 
Log Message:

Test case to exercise fix for error propogation bug in dictionarys.


Index: test_operations
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_operations,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_operations	1996/12/10 23:20:01	1.1
--- test_operations	2000/08/31 19:48:52	1.2
***************
*** 1,3 ****
  test_operations
  3. Operations
! XXX Not yet implemented
--- 1,6 ----
  test_operations
  3. Operations
! XXX Mostly not yet implemented
! 3.1 Dictionary lookups succeed even if __cmp__() raises an exception
! raising error
! No exception passed through.