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

Parser/asdl.py

index ca91b6e2a0a063bb70785620932fc5da14344e84..7b4e2dc81e20bf6ba641e4cb6fb6a7b7fb3a1a17 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