mirror of
https://github.com/python/cpython.git
synced 2025-11-03 15:11:34 +00:00
Merge 3.4.
This commit is contained in:
commit
fc452518e6
3 changed files with 9 additions and 5 deletions
|
|
@ -140,7 +140,7 @@
|
|||
|
||||
__version__ = '1.70' # Highest version of the spec this complies with
|
||||
# See http://speleotrove.com/decimal/
|
||||
__libmpdec_version__ = "2.4.0" # compatible libmpdec version
|
||||
__libmpdec_version__ = "2.4.1" # compatible libmpdec version
|
||||
|
||||
import math as _math
|
||||
import numbers as _numbers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue