summaryrefslogtreecommitdiff
path: root/Lib/decimal.py
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2013-11-24 19:56:23 +0100
committerStefan Krah <skrah@bytereef.org>2013-11-24 19:56:23 +0100
commitdaa96b7669e79882c0e4979902b25a0614a4585a (patch)
tree2db36591ec8f905a8ad95d721fe3dd2c5f7f5cb8 /Lib/decimal.py
parent7587507a970b2a1afc5cc311c668f3f4af514bd1 (diff)
parent45059eb1d0788aa74ea383c89cf2f8c7a32fd2aa (diff)
downloadcpython-git-daa96b7669e79882c0e4979902b25a0614a4585a.tar.gz
Merge from 3.3.
Diffstat (limited to 'Lib/decimal.py')
-rw-r--r--Lib/decimal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py
index fc95ae9576..7bc1c943b5 100644
--- a/Lib/decimal.py
+++ b/Lib/decimal.py
@@ -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