[Python-checkins] python/dist/src/Lib/test regrtest.py,1.146,1.147

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Mon Oct 13 00:27:49 EDT 2003


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

Modified Files:
	regrtest.py 
Log Message:
Add test__locale to expected skip list for Darwin.

Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.146
retrieving revision 1.147
diff -C2 -d -r1.146 -r1.147
*** regrtest.py	20 Sep 2003 22:06:13 -0000	1.146
--- regrtest.py	13 Oct 2003 04:27:47 -0000	1.147
***************
*** 766,769 ****
--- 766,770 ----
      'darwin':
          """
+         test__locale
          test_al
          test_bsddb





More information about the Python-checkins mailing list