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

Fred L. Drake fdrake@users.sourceforge.net
Thu, 09 Aug 2001 13:23:10 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv27536/Lib/test/output

Modified Files:
	test_operator 
Log Message:

Added tests for operator.floordiv() and operator.truediv().


Index: test_operator
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_operator,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_operator	1996/12/23 23:40:03	1.2
--- test_operator	2001/08/09 20:23:08	1.3
***************
*** 8,11 ****
--- 8,13 ----
  testing: delslice
  testing: div
+ testing: floordiv
+ testing: truediv
  testing: getitem
  testing: getslice