diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-11-15 04:52:16 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-11-15 04:52:16 +0000 |
commit | 19b0f40cb122ba202af70669ccc0c6caccd9a932 (patch) | |
tree | 7fcc11f9f5ff89d040da757ba18294219035f200 /Parser | |
parent | 79792651c42416ad320aac5ee77c235efb8dca80 (diff) | |
download | cpython-git-19b0f40cb122ba202af70669ccc0c6caccd9a932.tar.gz |
Thou shalt not lie, there are really 5 types now
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 0883d915ef..d49138f89b 100644 --- a/Parser/Python.asdl +++ b/Parser/Python.asdl @@ -1,4 +1,4 @@ --- ASDL's three builtin types are identifier, int, string +-- ASDL's five builtin types are identifier, int, string, object, bool module Python { |