[Python-checkins] cpython (2.7): Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.

senthil.kumaran python-checkins at python.org
Sun Sep 8 08:20:15 CEST 2013


http://hg.python.org/cpython/rev/44ed0cd3dc6d
changeset:   85611:44ed0cd3dc6d
branch:      2.7
parent:      85608:78a5de507f19
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sat Sep 07 23:18:53 2013 -0700
summary:
  Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.
Addresses issue #18438

files:
  Lib/decimal.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/decimal.py b/Lib/decimal.py
--- a/Lib/decimal.py
+++ b/Lib/decimal.py
@@ -25,7 +25,7 @@
 
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list