This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_decimal.py contains a dead link
Type: Stage: resolved
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, mattyw, ned.deily, python-dev
Priority: normal Keywords: patch

Created on 2015-06-24 12:36 by mattyw, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
24497.patch mattyw, 2015-06-24 12:42 review
Messages (3)
msg245734 - (view) Author: (mattyw) * Date: 2015-06-24 12:36
The comments in test_decimal contain a url for downloading tests written by  Mike Cowlishaw:

Cowlishaw's tests can be downloaded from:                                       
                                                                               
    www2.hursley.ibm.com/decimal/dectest.zip

Python 3.4.3 contains an updated url:
http://speleotrove.com/decimal/dectest.zip

It seems like the url should be updated in 2.7 as well
msg245773 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-06-24 20:37
New changeset 37c827d9dda4 by Ned Deily in branch '2.7':
Issue #24497: update link in test_decimal comments
https://hg.python.org/cpython/rev/37c827d9dda4
msg245774 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2015-06-24 20:38
Thanks for noticing!
History
Date User Action Args
2022-04-11 14:58:18adminsetgithub: 68685
2015-06-24 20:38:29ned.deilysetstatus: open -> closed

nosy: + ned.deily
messages: + msg245774

resolution: fixed
stage: resolved
2015-06-24 20:37:45python-devsetnosy: + python-dev
messages: + msg245773
2015-06-24 12:42:06mattywsetfiles: + 24497.patch
keywords: + patch
2015-06-24 12:36:04mattywcreate