mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Issue #26621: Update libmpdec version and remove unnecessary test case.
This commit is contained in:
parent
4a1c7d2c36
commit
66e9d03bf4
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue