[Python-checkins] python/nondist/sandbox/decimal/telco telco.py, 1.1, 1.2

facundobatista at users.sourceforge.net facundobatista at users.sourceforge.net
Sun Aug 29 03:03:33 CEST 2004


Update of /cvsroot/python/python/nondist/sandbox/decimal/telco
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15615

Modified Files:
	telco.py 
Log Message:
Fixed URL

Index: telco.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/decimal/telco/telco.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- telco.py	19 Aug 2004 07:53:28 -0000	1.1
+++ telco.py	29 Aug 2004 01:03:29 -0000	1.2
@@ -1,6 +1,6 @@
 """ Telco Benchmark for measuring the performance of decimal calculations
 
-http://http://www2.hursley.ibm.com/decimal/telco.html
+http://www2.hursley.ibm.com/decimal/telco.html
 http://www2.hursley.ibm.com/decimal/telcoSpec.html
 
 A call type indicator, c, is set from the bottom (least significant) bit of the duration (hence c is 0 or 1).



More information about the Python-checkins mailing list