From: Benjamin Peterson Date: Sat, 6 Dec 2008 18:32:13 +0000 (+0000) Subject: there are only four asdl builtin types in py3k X-Git-Tag: v3.1a1~738 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e84f03f78ca625f2a920a39c13b4c98c311cce8b;p=python there are only four asdl builtin types in py3k --- 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$" {