bool is no longer required, it was only used for the print statement

This commit is contained in:
Neal Norwitz 2007-02-26 19:04:49 +00:00
parent a44f3a3e0b
commit 3591bbe453
2 changed files with 3 additions and 8 deletions

View file

@ -1,4 +1,4 @@
-- ASDL's five builtin types are identifier, int, string, object, bool
-- ASDL's five builtin types are identifier, int, string, object
module Python version "$Revision$"
{