summaryrefslogtreecommitdiffstats
path: root/Parser/Python.asdl
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-02-26 19:04:49 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-02-26 19:04:49 (GMT)
commit3591bbe4534d05631ace7b7e7b076c0cc52e7f13 (patch)
tree47b9189f1ffd59ace41a3fd091536a703c204255 /Parser/Python.asdl
parenta44f3a3e0bb6f829373976475479efb260f09ed0 (diff)
downloadcpython-3591bbe4534d05631ace7b7e7b076c0cc52e7f13.zip
cpython-3591bbe4534d05631ace7b7e7b076c0cc52e7f13.tar.gz
cpython-3591bbe4534d05631ace7b7e7b076c0cc52e7f13.tar.bz2
bool is no longer required, it was only used for the print statement
Diffstat (limited to 'Parser/Python.asdl')
-rw-r--r--Parser/Python.asdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/Python.asdl b/Parser/Python.asdl
index fc1a6da..c5b64a9 100644
--- a/Parser/Python.asdl
+++ b/Parser/Python.asdl
@@ -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$"
{