]> granicus.if.org Git - python/commitdiff
Move Decimal from the sandbox into production.
authorRaymond Hettinger <python@rcn.com>
Thu, 1 Jul 2004 11:15:39 +0000 (11:15 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 1 Jul 2004 11:15:39 +0000 (11:15 +0000)
Lib/test/test___all__.py

index 6a6c99fbede218ff4683cb1b6d8cc7046e9a5b96..ea23846f6917ef980b3e4824a95c35e0603ba36a 100644 (file)
@@ -82,6 +82,7 @@ class AllTest(unittest.TestCase):
         self.check_all("copy_reg")
         self.check_all("csv")
         self.check_all("dbhash")
+        self.check_all("decimal")
         self.check_all("difflib")
         self.check_all("dircache")
         self.check_all("dis")