summaryrefslogtreecommitdiffstats
path: root/Lib/decimal.py
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2013-09-08 06:19:29 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2013-09-08 06:19:29 (GMT)
commit4fec47e5edcd2d24b219e74fd73c648c065f0aa7 (patch)
tree8460c74d1a10cb5dbed1271b579e7bd6e4f68989 /Lib/decimal.py
parent0494c2ae7f6a347590d66bb4fe7980dc0dc9ccda (diff)
downloadcpython-4fec47e5edcd2d24b219e74fd73c648c065f0aa7.zip
cpython-4fec47e5edcd2d24b219e74fd73c648c065f0aa7.tar.gz
cpython-4fec47e5edcd2d24b219e74fd73c648c065f0aa7.tar.bz2
Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.
Addresses issue #18438
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 1826deb..96d9df4 100644
--- a/Lib/decimal.py
+++ b/Lib/decimal.py
@@ -21,7 +21,7 @@ the General Decimal Arithmetic Specification:
and IEEE standard 854-1987:
- www.cs.berkeley.edu/~ejr/projects/754/private/drafts/854-1987/dir.html
+ http://en.wikipedia.org/wiki/IEEE_854-1987
Decimal floating point has finite precision with arbitrarily large bounds.