Issue 8742: broken asdl link in Parser/asdl.py (original) (raw)

Issue8742

Created on 2010-05-17 17:59 by pyfex, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg105923 - (view) Author: Patrick Sabin (pyfex) Date: 2010-05-17 17:58
The link: http://www.cs.princeton.edu/~danwang/Papers/dsl97/dsl97-abstract.html in the file Parser/asdl.py seems to be broken. When I tried to open it I got a page with: "Sorry, the page you requested couldn't be found". It seems to me that this is a permanent issue and therefore the link should be removed as there is another link, that works.
msg105975 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2010-05-18 13:45
Here is the proper link: http://www.cs.princeton.edu/research/techreps/TR-554-97 Fixed those references in the code too.
History
Date User Action Args
2022-04-11 14:57:01 admin set github: 52988
2010-05-18 13:45:54 orsenthil set status: open -> closednosy: + orsenthilmessages: + resolution: fixed
2010-05-17 18:01:11 pitrou set nosy: + benjamin.peterson
2010-05-17 17:59:00 pyfex create