commit | e84f03f78ca625f2a920a39c13b4c98c311cce8b | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Dec 06 18:32:13 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Dec 06 18:32:13 2008 +0000 |
tree | cda1a46563e4eaca74490dd6ae3d61a5db27f10a | |
parent | c1ce286061d02b8e3701633dd22c3ce813f9a6f6 [diff] [blame] |
there are only four asdl builtin types in py3k
diff --git a/Parser/Python.asdl b/Parser/Python.asdl index b4dd792..789e07b 100644 --- a/Parser/Python.asdl +++ b/Parser/Python.asdl
@@ -1,4 +1,4 @@ --- ASDL's five builtin types are identifier, int, string, object +-- ASDL's four builtin types are identifier, int, string, object module Python version "$Revision$" {