diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-05-18 13:48:45 +0000 |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-05-18 13:48:45 +0000 |
commit | 2b80fa693914dcfe7983767328d0b545e0fd4c0e (patch) | |
tree | dad8182eccb961b68acb2f814a4de5d995cff6a3 /Parser | |
parent | Removing the reference in the docs for overriding _urlopener global value. Se... (diff) | |
download | cpython-2b80fa693914dcfe7983767328d0b545e0fd4c0e.tar.gz cpython-2b80fa693914dcfe7983767328d0b545e0fd4c0e.tar.bz2 cpython-2b80fa693914dcfe7983767328d0b545e0fd4c0e.zip |
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.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/asdl.py b/Parser/asdl.py index ca91b6e2a0a..7b4e2dc81e2 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 |