[Python-checkins] CVS: /python/nondist/src/Compiler/tests test_func.py,1.4,1.5

Jeremy Hylton jhylton@cnri.reston.va.us
Tue, 15 Feb 2000 17:09:05 -0500


Update of /projects/cvsroot//python/nondist/src/Compiler/tests
In directory goon.cnri.reston.va.us:/home/jhylton/python/nondist/src/Compiler/tests

Modified Files:
	test_func.py 
Log Message:
no change -- testing syncmail







Index: test_func.py
===================================================================
RCS file: /projects/cvsroot//python/nondist/src/Compiler/tests/test_func.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** test_func.py	2000/02/15 22:08:16	1.4
--- test_func.py	2000/02/15 22:09:02	1.5
***************
*** 15,18 ****
      print test3(None, Ellipsis, "365")
  
- 
  test()
--- 15,17 ----