From: Senthil Kumaran Date: Sun, 8 Sep 2013 06:19:29 +0000 (-0700) Subject: Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry. X-Git-Tag: v3.4.0a3~27^2~13^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fec47e5edcd2d24b219e74fd73c648c065f0aa7;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 1826deba801c..96d9df4a8c82 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -21,7 +21,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.