[Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.62,1.63

Tim Peters tim_one@users.sourceforge.net
Mon, 22 Oct 2001 15:06:12 -0700


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

Modified Files:
	regrtest.py 
Log Message:
Record that test_curses doesn't run on win32.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** regrtest.py	2001/10/22 15:26:09	1.62
--- regrtest.py	2001/10/22 22:06:08	1.63
***************
*** 475,478 ****
--- 475,479 ----
          test_commands
          test_crypt
+         test_curses
          test_dbm
          test_dl