diff --git a/pep-0327.txt b/pep-0327.txt index 6980cd4a0..1270bc9df 100644 --- a/pep-0327.txt +++ b/pep-0327.txt @@ -156,7 +156,7 @@ Will it be useful? I can't say it better than Alex Martelli: (your memory permitting) should work just as well. Most of the expense of programming simplicity can be hidden from application programs and placed in a suitable decimal arithmetic type. As per - http://www2.hursley.ibm.com/decimal/, *a single data type can be + http://speleotrove.com/decimal/, *a single data type can be used for integer, fixed-point, and floating-point decimal arithmetic* -- and for money arithmetic which doesn't drive the application programmer crazy. @@ -1217,8 +1217,8 @@ References http://www.rexxla.org/Standards/ansi.html .. [2] General Decimal Arithmetic specification (Cowlishaw): - http://www2.hursley.ibm.com/decimal/decarith.html (related - documents and links at http://www2.hursley.ibm.com/decimal/) + http://speleotrove.com/decimal/decarith.html (related + documents and links at http://speleotrove.com/decimal/) .. [3] ANSI/IEEE standard 854-1987 (Radix-Independent Floating-Point Arithmetic):