diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-03-13 00:28:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-03-13 00:28:16 (GMT) |
commit | 6cb2b923e02099208305daf5742d924542c377dd (patch) | |
tree | 1f80ceb581110d387e194683e0d2fad1c9116ce6 /Parser/Python.asdl | |
parent | 540fcd72873b01e2921df0b35c9c56442ca151b9 (diff) | |
download | cpython-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.asdl | 2 |
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) |