From: Senthil Kumaran Date: Sun, 8 Sep 2013 06:18:53 +0000 (-0700) Subject: Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry. X-Git-Tag: v2.7.6rc1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=023c3e74a60493c71818a85f7e66fab5b1fdc3c5;p=thirdparty%2FPython%2Fcpython.git Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry. Addresses issue #18438 --- diff --git a/Lib/decimal.py b/Lib/decimal.py index 361126f6d0ea..04bf5c266054 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -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.