From: Neal Norwitz Date: Tue, 15 Nov 2005 04:52:16 +0000 (+0000) Subject: Thou shalt not lie, there are really 5 types now X-Git-Tag: v2.5a0~1163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19b0f40cb122ba202af70669ccc0c6caccd9a932;p=python Thou shalt not lie, there are really 5 types now --- 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 {