[Python-checkins] r83039 - peps/trunk/pep-0327.txt

andrew.kuchling python-checkins at python.org
Wed Jul 21 20:07:45 CEST 2010


Author: andrew.kuchling
Date: Wed Jul 21 20:07:45 2010
New Revision: 83039

Log:
Update links to decimal specification

Modified:
   peps/trunk/pep-0327.txt

Modified: peps/trunk/pep-0327.txt
==============================================================================
--- peps/trunk/pep-0327.txt	(original)
+++ peps/trunk/pep-0327.txt	Wed Jul 21 20:07:45 2010
@@ -156,7 +156,7 @@
     (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 @@
    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):


More information about the Python-checkins mailing list