Issue #26621: Update libmpdec version and remove unnecessary test case.

This commit is contained in:
Stefan Krah 2016-03-23 20:50:10 +01:00
parent 4a1c7d2c36
commit 66e9d03bf4
3 changed files with 3 additions and 4 deletions

View file

@ -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