From: Senthil Kumaran Date: Tue, 18 May 2010 13:40:23 +0000 (+0000) Subject: Doc Fix. Correct link to Zephyr ASDL Abstract page. X-Git-Tag: v2.7rc1~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cccfce19593e58c06d14525f16ed214b9324522d;p=thirdparty%2FPython%2Fcpython.git Doc Fix. Correct link to Zephyr ASDL Abstract page. --- diff --git a/Parser/asdl.py b/Parser/asdl.py index c55038da5ca3..7f5856b18a1d 100644 --- a/Parser/asdl.py +++ b/Parser/asdl.py @@ -1,7 +1,7 @@ """An implementation of the Zephyr Abstract Syntax Definition Language. See http://asdl.sourceforge.net/ and -http://www.cs.princeton.edu/~danwang/Papers/dsl97/dsl97-abstract.html. +http://www.cs.princeton.edu/research/techreps/TR-554-97 Only supports top level module decl, not view. I'm guessing that view is intended to support the browser and I'm not interested in the