From: Raymond Hettinger Date: Thu, 1 Jul 2004 11:15:39 +0000 (+0000) Subject: Move Decimal from the sandbox into production. X-Git-Tag: v2.4a1~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75cc1cb7e082be959d9da1f3e8a4dba680ee5495;p=python Move Decimal from the sandbox into production. --- diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 6a6c99fbed..ea23846f69 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -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")