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

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sat Sep 20 18:06:16 EDT 2003


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

Modified Files:
	regrtest.py 
Log Message:
test__locale (two underscores) can't pass on Windows:  RADIXCHAR doesn't
exist, and neither do any of the specific 5-letter locale names the test
is looking for.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.145
retrieving revision 1.146
diff -C2 -d -r1.145 -r1.146
*** regrtest.py	23 Jul 2003 00:30:39 -0000	1.145
--- regrtest.py	20 Sep 2003 22:06:13 -0000	1.146
***************
*** 555,558 ****
--- 555,559 ----
      'win32':
          """
+         test__locale
          test_al
          test_bsddb185





More information about the Python-checkins mailing list