http://hg.python.org/cpython/rev/b1af3aeba523 changeset: 72067:b1af3aeba523 branch: 2.7 parent: 72063:d316315a8781 user: Raymond Hettinger <python at rcn.com> date: Wed Aug 24 19:13:17 2011 -0700 summary: Update link to the decimal arithmetic specification. 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 @@ 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: -- Repository URL: http://hg.python.org/cpython