From: Raymond Hettinger Date: Thu, 25 Aug 2011 02:13:17 +0000 (-0700) Subject: Update link to the decimal arithmetic specification. X-Git-Tag: v2.7.3rc1~491 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a9369bfa4fa01add9b19dced20467cf6803a8d7;p=thirdparty%2FPython%2Fcpython.git Update link to the decimal arithmetic specification. --- diff --git a/Lib/decimal.py b/Lib/decimal.py index 13d3566393ae..3cb3b80efd76 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -21,7 +21,7 @@ This is a Py2.3 implementation of decimal floating point arithmetic based on the General Decimal Arithmetic Specification: - www2.hursley.ibm.com/decimal/decarith.html + http://speleotrove.com/decimal/decarith.html and IEEE standard 854-1987: