Kaydet (Commit) daeceb2d authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Add a version tag to the decimal module.

üst eecd1dc6
...@@ -134,6 +134,8 @@ __all__ = [ ...@@ -134,6 +134,8 @@ __all__ = [
'setcontext', 'getcontext', 'localcontext' 'setcontext', 'getcontext', 'localcontext'
] ]
__version__ = '1.68' # Highest version of the spec this complies with
import copy as _copy import copy as _copy
import math as _math import math as _math
import numbers as _numbers import numbers as _numbers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment