diff options
author | Raymond Hettinger <python@rcn.com> | 2004-07-01 11:15:39 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-07-01 11:15:39 (GMT) |
commit | 75cc1cb7e082be959d9da1f3e8a4dba680ee5495 (patch) | |
tree | d04556dae5f57b1aa90c10e85d58cba1197c0652 /Lib | |
parent | 7c85fa4a5203912aca564ce719a0fdd0fd5411e5 (diff) | |
download | cpython-75cc1cb7e082be959d9da1f3e8a4dba680ee5495.zip cpython-75cc1cb7e082be959d9da1f3e8a4dba680ee5495.tar.gz cpython-75cc1cb7e082be959d9da1f3e8a4dba680ee5495.tar.bz2 |
Move Decimal from the sandbox into production.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test___all__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 6a6c99f..ea23846 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") |