[Python-checkins] python/dist/src/Lib/test regrtest.py,1.80,1.81

tim_one@sourceforge.net tim_one@sourceforge.net
Sun, 21 Apr 2002 00:30:32 -0700


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

Modified Files:
	regrtest.py 
Log Message:
Enable universal newlines on Windows.  Note that NEWS needs more words!


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** regrtest.py	16 Apr 2002 02:14:04 -0000	1.80
--- regrtest.py	21 Apr 2002 07:30:28 -0000	1.81
***************
*** 512,516 ****
          test_sunaudiodev
          test_timing
-         test_univnewlines
          """,
      'linux2':
--- 512,515 ----