diff options
| author | Ned Deily <nad@acm.org> | 2015-06-24 20:36:53 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@acm.org> | 2015-06-24 20:36:53 (GMT) |
| commit | 3e5e74ad4cbfac4f75b7bb328d7bcbf59645bc57 (patch) | |
| tree | 394ccafafc231398402c585169a2eb92407bc474 /Lib/test/test_decimal.py | |
| parent | 0d2fac1fba893a8af7324a698589d7db43114825 (diff) | |
| download | cpython-3e5e74ad4cbfac4f75b7bb328d7bcbf59645bc57.zip cpython-3e5e74ad4cbfac4f75b7bb328d7bcbf59645bc57.tar.gz cpython-3e5e74ad4cbfac4f75b7bb328d7bcbf59645bc57.tar.bz2 | |
Issue #24497: update link in test_decimal comments
Diffstat (limited to 'Lib/test/test_decimal.py')
| -rw-r--r-- | 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 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 |
