[Python-checkins] python/nondist/sandbox/decimal test_Decimal.py, 1.3, 1.4

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Nov 12 15:06:26 EST 2003


Update of /cvsroot/python/python/nondist/sandbox/decimal
In directory sc8-pr-cvs1:/tmp/cvs-serv24822/decimal

Modified Files:
	test_Decimal.py 
Log Message:
Setup sandbox for builtin set() and frozenset() types

Index: test_Decimal.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/decimal/test_Decimal.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_Decimal.py	12 Aug 2003 23:04:23 -0000	1.3
--- test_Decimal.py	12 Nov 2003 20:06:24 -0000	1.4
***************
*** 6,10 ****
  
  from test.test_support import TestSkipped, run_unittest
- 
  TESTDATADIR = 'tests'
  dir = os.curdir + os.sep + TESTDATADIR + os.sep
--- 6,9 ----





More information about the Python-checkins mailing list