[Python-checkins] cpython (2.7): Issue #24497: update link in test_decimal comments

ned.deily python-checkins at python.org
Wed Jun 24 22:37:21 CEST 2015


https://hg.python.org/cpython/rev/37c827d9dda4
changeset:   96669:37c827d9dda4
branch:      2.7
parent:      96644:9f4b066754c3
user:        Ned Deily <nad at acm.org>
date:        Wed Jun 24 13:36:53 2015 -0700
summary:
  Issue #24497: update link in test_decimal comments

files:
  Lib/test/test_decimal.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py
--- a/Lib/test/test_decimal.py
+++ b/Lib/test/test_decimal.py
@@ -16,7 +16,7 @@
 
 Cowlishaw's tests can be downloaded from:
 
-   www2.hursley.ibm.com/decimal/dectest.zip
+   http://speleotrove.com/decimal/dectest.zip
 
 This test module can be called from command line with one parameter (Arithmetic
 or Behaviour) to test each part, or without parameter to test both parts. If

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list