summaryrefslogtreecommitdiffstats
path: root/Parser/Python.asdl
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-03-13 00:28:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-03-13 00:28:16 (GMT)
commit6cb2b923e02099208305daf5742d924542c377dd (patch)
tree1f80ceb581110d387e194683e0d2fad1c9116ce6 /Parser/Python.asdl
parent540fcd72873b01e2921df0b35c9c56442ca151b9 (diff)
downloadcpython-6cb2b923e02099208305daf5742d924542c377dd.zip
cpython-6cb2b923e02099208305daf5742d924542c377dd.tar.gz
cpython-6cb2b923e02099208305daf5742d924542c377dd.tar.bz2
convert ast versioning to mercurial
Diffstat (limited to 'Parser/Python.asdl')
-rw-r--r--Parser/Python.asdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/Python.asdl b/Parser/Python.asdl
index 9407b2f..8e2e1ac 100644
--- a/Parser/Python.asdl
+++ b/Parser/Python.asdl
@@ -1,6 +1,6 @@
-- ASDL's four builtin types are identifier, int, string, object
-module Python version "$Revision$"
+module Python
{
mod = Module(stmt* body)
| Interactive(stmt* body)