mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Add a version tag to the decimal module.
This commit is contained in:
@@ -134,6 +134,8 @@ __all__ = [
|
||||
'setcontext', 'getcontext', 'localcontext'
|
||||
]
|
||||
|
||||
__version__ = '1.68' # Highest version of the spec this complies with
|
||||
|
||||
import copy as _copy
|
||||
import math as _math
|
||||
import numbers as _numbers
|
||||
|
||||
Reference in New Issue
Block a user