summaryrefslogtreecommitdiffstats
path: root/Lib/decimal.py
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2013-09-08 06:20:06 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2013-09-08 06:20:06 (GMT)
commitf367962d86417963d97d8f77469e0d14a49ea4a1 (patch)
tree1415e5c16b2ef79056681d476937c67c5ac6742b /Lib/decimal.py
parent583cd03fd120d14ea65159e17a6407e9447a125e (diff)
parent4fec47e5edcd2d24b219e74fd73c648c065f0aa7 (diff)
downloadcpython-f367962d86417963d97d8f77469e0d14a49ea4a1.zip
cpython-f367962d86417963d97d8f77469e0d14a49ea4a1.tar.gz
cpython-f367962d86417963d97d8f77469e0d14a49ea4a1.tar.bz2
merge from 3.3
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 d39ac1d..fc95ae9 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.