From e84f03f78ca625f2a920a39c13b4c98c311cce8b Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 6 Dec 2008 18:32:13 +0000 Subject: [PATCH] there are only four asdl builtin types in py3k --- Parser/Python.asdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser/Python.asdl b/Parser/Python.asdl index b4dd7928c91..789e07bd3f9 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$" {