[Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.48,1.49
Tim Peters
tim_one@users.sourceforge.net
Mon, 17 Sep 2001 17:24:12 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv23097/python/Lib/test
Modified Files:
regrtest.py
Log Message:
I don't expect test_socketserver to get skipped on Windows anymore.
Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** regrtest.py 2001/09/09 06:12:01 1.48
--- regrtest.py 2001/09/18 00:24:10 1.49
***************
*** 496,500 ****
test_signal
test_socket_ssl
- test_socketserver
test_sunaudiodev
test_timing
--- 496,499 ----