]> granicus.if.org Git - python/commitdiff
Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 8 Sep 2013 06:18:53 +0000 (23:18 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 8 Sep 2013 06:18:53 +0000 (23:18 -0700)
Addresses issue #18438

Lib/decimal.py

index 361126f6d0ea4e59fa009b9cebfefa0c80ebad50..04bf5c266054777d1574d047fa490ac234fddd75 100644 (file)
@@ -25,7 +25,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.