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

Peter Schneider-Kamp python-dev@python.org
Wed, 9 Aug 2000 07:46:24 -0700


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

Modified Files:
      Tag: cnri-16-start
	test_math 
Log Message:

removed all occurences of rint from 1.6 (felt responsible for this one)

QUESTION: Should I do the same for 2.0?



Index: test_math
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_math,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** test_math	2000/05/11 18:19:41	1.2
--- test_math	2000/08/09 14:46:21	1.2.2.1
***************
*** 20,24 ****
  modf
  pow
- rint
  sin
  sinh
--- 20,23 ----