diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-12-06 18:32:13 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-12-06 18:32:13 +0000 |
commit | e84f03f78ca625f2a920a39c13b4c98c311cce8b (patch) | |
tree | cda1a46563e4eaca74490dd6ae3d61a5db27f10a /Parser/Python.asdl | |
parent | c1ce286061d02b8e3701633dd22c3ce813f9a6f6 (diff) | |
download | cpython-git-e84f03f78ca625f2a920a39c13b4c98c311cce8b.tar.gz |
there are only four asdl builtin types in py3k
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 b4dd7928c9..789e07bd3f 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$" { |