[Python-checkins] python/dist/src/Lib/test regrtest.py,1.74,1.75

tim_one@sourceforge.net tim_one@sourceforge.net
Thu, 11 Apr 2002 12:53:00 -0700


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

Modified Files:
	regrtest.py 
Log Message:
I don't expect test_email_codecs to run on Windows.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** regrtest.py	11 Apr 2002 16:39:16 -0000	1.74
--- regrtest.py	11 Apr 2002 19:52:58 -0000	1.75
***************
*** 490,493 ****
--- 490,494 ----
          test_dbm
          test_dl
+         test_email_codecs
          test_fcntl
          test_fork1