[Python-checkins] cpython (merge 3.3 -> default): merge from 3.3

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


http://hg.python.org/cpython/rev/44fa59286012
changeset:   85613:44fa59286012
parent:      85610:7d9d55fbc19c
parent:      85612:0eef1670f316
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sat Sep 07 23:20:06 2013 -0700
summary:
  merge from 3.3

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