summaryrefslogtreecommitdiffstats
path: root/Lib/decimal.py
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2014-08-26 19:32:26 (GMT)
committerStefan Krah <skrah@bytereef.org>2014-08-26 19:32:26 (GMT)
commitfc452518e62a0635a98517f71dccd256e202e433 (patch)
treeeb398aaaf1141e9b030bf832006672a8302cc1db /Lib/decimal.py
parent9ea83cff473a8dea3fa4c34e0036c3de3e09b77e (diff)
parentcf26115651c4c5cfc92776fd7204d7a218241e88 (diff)
downloadcpython-fc452518e62a0635a98517f71dccd256e202e433.zip
cpython-fc452518e62a0635a98517f71dccd256e202e433.tar.gz
cpython-fc452518e62a0635a98517f71dccd256e202e433.tar.bz2
Merge 3.4.
Diffstat (limited to 'Lib/decimal.py')
-rw-r--r--Lib/decimal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py
index 44d4406..f7d4507 100644
--- a/Lib/decimal.py
+++ b/Lib/decimal.py
@@ -140,7 +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
+__libmpdec_version__ = "2.4.1" # compatible libmpdec version
import math as _math
import numbers as _numbers