From: Ned Deily Date: Wed, 24 Jun 2015 20:36:53 +0000 (-0700) Subject: Issue #24497: update link in test_decimal comments X-Git-Tag: v2.7.11rc1~260 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e5e74ad4cbfac4f75b7bb328d7bcbf59645bc57;p=thirdparty%2FPython%2Fcpython.git Issue #24497: update link in test_decimal comments --- diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py index 3b3d9d1003b8..14b7f42f5627 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