[Python-checkins] python/dist/src/Lib/test regrtest.py,1.162,1.163

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Aug 31 15:45:25 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30060

Modified Files:
	regrtest.py 
Log Message:
Missed some occurrences of test_mpz

Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- regrtest.py	31 Aug 2004 13:29:02 -0000	1.162
+++ regrtest.py	31 Aug 2004 13:45:22 -0000	1.163
@@ -968,7 +968,6 @@
         test_locale
         test_mhlib
         test_mmap
-        test_mpz
         test_nis
         test_poll
         test_popen2
@@ -991,7 +990,6 @@
         test_largefile
         test_linuxaudiodev
         test_locale
-        test_mpz
         test_nis
         test_ossaudiodev
         test_socketserver
@@ -1039,7 +1037,6 @@
         test_locale
         test_macfs
         test_macostools
-        test_mpz
         test_nis
         test_normalization
         test_ossaudiodev



More information about the Python-checkins mailing list