[Python-checkins] python/dist/src/Lib/test regrtest.py,1.136,1.137 test_iconv_codecs.py,1.2,NONE

loewis@users.sourceforge.net loewis@users.sourceforge.net
Wed, 02 Apr 2003 20:49:13 -0800


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

Modified Files:
	regrtest.py 
Removed Files:
	test_iconv_codecs.py 
Log Message:
Revert Patch #670715: iconv support.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** regrtest.py	29 Mar 2003 22:01:17 -0000	1.136
--- regrtest.py	3 Apr 2003 04:49:11 -0000	1.137
***************
*** 570,574 ****
          test_gl
          test_grp
-         test_iconv_codecs
          test_imgfile
          test_ioctl
--- 570,573 ----
***************
*** 627,631 ****
          test_gl
          test_grp
-         test_iconv_codecs
          test_ioctl
          test_imgfile
--- 626,629 ----
***************
*** 775,779 ****
          test_gdbm
          test_gl
-         test_iconv_codecs
          test_imgfile
          test_largefile
--- 773,776 ----
***************
*** 891,895 ****
          test_email_codecs
          test_gl
-         test_iconv_codecs
          test_imgfile
          test_largefile
--- 888,891 ----

--- test_iconv_codecs.py DELETED ---