[Python-checkins] python/dist/src/Lib/test/output test_math,1.5,1.6

rhettinger@sourceforge.net rhettinger@sourceforge.net
Tue, 14 May 2002 01:51:36 -0700


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

Modified Files:
	test_math 
Log Message:
Added tests for new degree/radian conversions.


Index: test_math
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_math,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** test_math	16 Oct 2000 17:35:13 -0000	1.5
--- test_math	14 May 2002 08:51:33 -0000	1.6
***************
*** 9,12 ****
--- 9,13 ----
  cos
  cosh
+ degrees
  exp
  fabs
***************
*** 20,23 ****
--- 21,25 ----
  modf
  pow
+ radians
  sin
  sinh