]> granicus.if.org Git - python/commitdiff
Merged revisions 81286 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 18 May 2010 13:44:50 +0000 (13:44 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 18 May 2010 13:44:50 +0000 (13:44 +0000)
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.
........

Parser/asdl.py

index 7620d58462ab337089ecb106ccc492b40e438fe8..0cada2b0aaa42dca1d99809bbc4e1f72c58f6a97 100644 (file)
@@ -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