diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-04-03 04:49:12 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-04-03 04:49:12 (GMT) |
commit | 7fb697b5d26b1c9a379978653db97a84d7270141 (patch) | |
tree | 322bdf5813ad18b0fc17635fbdf6f2301690d2d6 /Lib/test/regrtest.py | |
parent | 1e469c5603549310699dbfcb66dd38a7ccd3b404 (diff) | |
download | cpython-7fb697b5d26b1c9a379978653db97a84d7270141.zip cpython-7fb697b5d26b1c9a379978653db97a84d7270141.tar.gz cpython-7fb697b5d26b1c9a379978653db97a84d7270141.tar.bz2 |
Revert Patch #670715: iconv support.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 818b4aa..4ec2855 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -569,7 +569,6 @@ _expectations = { test_gdbm test_gl test_grp - test_iconv_codecs test_imgfile test_ioctl test_largefile @@ -626,7 +625,6 @@ _expectations = { test_fork1 test_gl test_grp - test_iconv_codecs test_ioctl test_imgfile test_largefile @@ -774,7 +772,6 @@ _expectations = { test_email_codecs test_gdbm test_gl - test_iconv_codecs test_imgfile test_largefile test_linuxaudiodev @@ -890,7 +887,6 @@ _expectations = { test_dl test_email_codecs test_gl - test_iconv_codecs test_imgfile test_largefile test_linuxaudiodev |