Issue 13117: Broken links in the “compiler” page, section “references” from the devguide. (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/57326

classification

Title: Broken links in the “compiler” page, section “references” from the devguide.
Type: Stage:
Components: Devguide Versions:

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: francismb, ned.deily, python-dev
Priority: normal Keywords: patch

Created on 2011-10-06 18:32 by francismb, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue13117.patch francismb,2011-10-06 20:09
Messages (6)
msg145030 - (view) Author: Francis MB (francismb) * Date: 2011-10-06 18:32
Hi, In the page http://docs.python.org/devguide/compiler.html the links in the references [1] (http://www.foretec.com/python/workshops/1998-11/proceedings/papers/montanaro/montanaro.html) and in [Wang97] (http://www.cs.princeton.edu/%7Edanwang/Papers/dsl97/dsl97.html) are broken. Cheers, francis
msg145033 - (view) Author: Francis MB (francismb) * Date: 2011-10-06 19:52
The reference for [1] could be changed to: http://www.python.org/workshops/1998-11/proceedings/papers/montanaro/montanaro.html
msg145034 - (view) Author: Francis MB (francismb) * Date: 2011-10-06 20:03
The reference to [Wang97] could be changed to: http://www.cs.princeton.edu/research/techreps/TR-554-97
msg145035 - (view) Author: Francis MB (francismb) * Date: 2011-10-06 20:09
A patch with the links mentioned above.
msg145037 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-10-06 20:35
New changeset 76159c6d265a by Ned Deily in branch 'default': Issue #13117: Fix broken links in the compiler page of the Developer's Guide. http://hg.python.org/devguide/rev/76159c6d265a
msg145038 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-10-06 20:39
Thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:22 admin set github: 57326
2011-10-06 20:39:02 ned.deily set status: open -> closednosy: + ned.deilymessages: + resolution: fixed
2011-10-06 20:35:44 python-dev set nosy: + python-devmessages: +
2011-10-06 20:09:21 francismb set files: + issue13117.patchkeywords: + patchmessages: +
2011-10-06 20:03:09 francismb set messages: +
2011-10-06 19:52:52 francismb set messages: +
2011-10-06 18:32:38 francismb create