[Python-checkins] r81286 - python/trunk/Parser/asdl.py

senthil.kumaran python-checkins at python.org
Tue May 18 15:40:24 CEST 2010


Author: senthil.kumaran
Date: Tue May 18 15:40:23 2010
New Revision: 81286

Log:
Doc Fix. Correct link to Zephyr ASDL Abstract page.



Modified:
   python/trunk/Parser/asdl.py

Modified: python/trunk/Parser/asdl.py
==============================================================================
--- python/trunk/Parser/asdl.py	(original)
+++ python/trunk/Parser/asdl.py	Tue May 18 15:40:23 2010
@@ -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


More information about the Python-checkins mailing list