[Python-checkins] python/dist/src/Lib/test test___all__.py, 1.38, 1.39

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Jul 1 07:15:42 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29984

Modified Files:
	test___all__.py 
Log Message:
Move Decimal from the sandbox into production.




Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** test___all__.py	13 Jun 2004 05:46:14 -0000	1.38
--- test___all__.py	1 Jul 2004 11:15:39 -0000	1.39
***************
*** 83,86 ****
--- 83,87 ----
          self.check_all("csv")
          self.check_all("dbhash")
+         self.check_all("decimal")
          self.check_all("difflib")
          self.check_all("dircache")




More information about the Python-checkins mailing list