mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Move Decimal from the sandbox into production.
This commit is contained in:
parent
7c85fa4a52
commit
75cc1cb7e0
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue