From 3e5e74ad4cbfac4f75b7bb328d7bcbf59645bc57 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Wed, 24 Jun 2015 13:36:53 -0700 Subject: Issue #24497: update link in test_decimal comments --- Lib/test/test_decimal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py index 3b3d9d1..14b7f42 100644 --- a/Lib/test/test_decimal.py +++ b/Lib/test/test_decimal.py @@ -16,7 +16,7 @@ test the pythonic behaviour according to PEP 327. 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 -- cgit v0.12