diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-12-06 18:32:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-12-06 18:32:13 (GMT) |
commit | e84f03f78ca625f2a920a39c13b4c98c311cce8b (patch) | |
tree | cda1a46563e4eaca74490dd6ae3d61a5db27f10a /Parser | |
parent | c1ce286061d02b8e3701633dd22c3ce813f9a6f6 (diff) | |
download | cpython-e84f03f78ca625f2a920a39c13b4c98c311cce8b.zip cpython-e84f03f78ca625f2a920a39c13b4c98c311cce8b.tar.gz cpython-e84f03f78ca625f2a920a39c13b4c98c311cce8b.tar.bz2 |
there are only four asdl builtin types in py3k
Diffstat (limited to 'Parser')
-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 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$" { |