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

gvanrossum@sourceforge.net gvanrossum@sourceforge.net
Mon, 15 Apr 2002 19:14:06 -0700


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

Modified Files:
	regrtest.py 
Log Message:
Expect test_email_codecs to be skipped -- few users or developers will
have the needed optional Japanese codecs installed.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** regrtest.py	16 Apr 2002 00:29:27 -0000	1.79
--- regrtest.py	16 Apr 2002 02:14:04 -0000	1.80
***************
*** 521,524 ****
--- 521,525 ----
          test_curses
          test_dl
+         test_email_codecs
          test_gl
          test_imgfile