mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
Merge from 3.3.
This commit is contained in:
commit
daa96b7669
6 changed files with 331 additions and 39 deletions
|
@ -140,6 +140,7 @@ __all__ = [
|
|||
|
||||
__version__ = '1.70' # Highest version of the spec this complies with
|
||||
# See http://speleotrove.com/decimal/
|
||||
__libmpdec_version__ = "2.4.0" # compatible libmpdec version
|
||||
|
||||
import copy as _copy
|
||||
import math as _math
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue