[Python-checkins] cpython (3.3): 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:16 CEST 2013


http://hg.python.org/cpython/rev/0eef1670f316
changeset:   85612:0eef1670f316
branch:      3.3
parent:      85605:23770d446c73
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sat Sep 07 23:19:29 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
@@ -21,7 +21,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