summaryrefslogtreecommitdiffstats
path: root/Lib/decimal.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-11-30 20:32:59 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-11-30 20:32:59 (GMT)
commit697ce959318dab84ec30a9e307e37f17ebcbe224 (patch)
tree51b765afe0646d1fcd0f2ab8879fb04fd9f3354e /Lib/decimal.py
parentcc03858d8f629ad9721276fbd00f0c2b86882a65 (diff)
downloadcpython-697ce959318dab84ec30a9e307e37f17ebcbe224.zip
cpython-697ce959318dab84ec30a9e307e37f17ebcbe224.tar.gz
cpython-697ce959318dab84ec30a9e307e37f17ebcbe224.tar.bz2
Add link to specification.
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 24bd85b..1fe938f 100644
--- a/Lib/decimal.py
+++ b/Lib/decimal.py
@@ -132,6 +132,7 @@ __all__ = [
]
__version__ = '1.70' # Highest version of the spec this complies with
+ # See http://speleotrove.com/decimal/
import copy as _copy
import math as _math