diff options
author | Stefan Krah <skrah@bytereef.org> | 2016-03-23 19:50:10 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2016-03-23 19:50:10 (GMT) |
commit | 66e9d03bf445b595861a3749df75b269ba3634e4 (patch) | |
tree | 6954e1455399bebbf567f8cef220ba178ff8e09f /Lib/_pydecimal.py | |
parent | 4a1c7d2c3699a0f201ec2bb277ebcadf3f863759 (diff) | |
download | cpython-66e9d03bf445b595861a3749df75b269ba3634e4.zip cpython-66e9d03bf445b595861a3749df75b269ba3634e4.tar.gz cpython-66e9d03bf445b595861a3749df75b269ba3634e4.tar.bz2 |
Issue #26621: Update libmpdec version and remove unnecessary test case.
Diffstat (limited to 'Lib/_pydecimal.py')
-rw-r--r-- | Lib/_pydecimal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/_pydecimal.py b/Lib/_pydecimal.py index 02365ca..60723f3 100644 --- a/Lib/_pydecimal.py +++ b/Lib/_pydecimal.py @@ -148,7 +148,7 @@ __xname__ = __name__ # sys.modules lookup (--without-threads) __name__ = 'decimal' # For pickling __version__ = '1.70' # Highest version of the spec this complies with # See http://speleotrove.com/decimal/ -__libmpdec_version__ = "2.4.1" # compatible libmpdec version +__libmpdec_version__ = "2.4.2" # compatible libmpdec version import math as _math import numbers as _numbers |