diff options
author | Raymond Hettinger <python@rcn.com> | 2011-08-25 02:13:17 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-08-25 02:13:17 (GMT) |
commit | 8a9369bfa4fa01add9b19dced20467cf6803a8d7 (patch) | |
tree | 158440bad3e53664d13ec998a91e748847c4b830 | |
parent | 77657e40fa5f43fe6f7ffb6e32da4613dba657e1 (diff) | |
download | cpython-8a9369bfa4fa01add9b19dced20467cf6803a8d7.zip cpython-8a9369bfa4fa01add9b19dced20467cf6803a8d7.tar.gz cpython-8a9369bfa4fa01add9b19dced20467cf6803a8d7.tar.bz2 |
Update link to the decimal arithmetic specification.
-rw-r--r-- | Lib/decimal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py index 13d3566..3cb3b80 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -21,7 +21,7 @@ This is a Py2.3 implementation of decimal floating point arithmetic based on the General Decimal Arithmetic Specification: - www2.hursley.ibm.com/decimal/decarith.html + http://speleotrove.com/decimal/decarith.html and IEEE standard 854-1987: |