summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-05-18 13:51:07 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-05-18 13:51:07 (GMT)
commitbb35b21bce90e6a9c75367a7345e293b69fd9745 (patch)
tree024c2e8c1945fcbcc4e9cbb05d3f616fccc55930 /Parser
parent4cee9bff1fc23845e772f84796a6ffece29e7fa7 (diff)
downloadcpython-bb35b21bce90e6a9c75367a7345e293b69fd9745.zip
cpython-bb35b21bce90e6a9c75367a7345e293b69fd9745.tar.gz
cpython-bb35b21bce90e6a9c75367a7345e293b69fd9745.tar.bz2
Merged revisions 81288 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81288 | senthil.kumaran | 2010-05-18 19:18:45 +0530 (Tue, 18 May 2010) | 9 lines Merged revisions 81286 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81286 | senthil.kumaran | 2010-05-18 19:10:23 +0530 (Tue, 18 May 2010) | 3 lines Doc Fix. Correct link to Zephyr ASDL Abstract page. ........ ................
Diffstat (limited to 'Parser')
-rw-r--r--Parser/asdl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/asdl.py b/Parser/asdl.py
index ca91b6e..7b4e2dc 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