diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-02-26 19:04:49 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-02-26 19:04:49 (GMT) |
commit | 3591bbe4534d05631ace7b7e7b076c0cc52e7f13 (patch) | |
tree | 47b9189f1ffd59ace41a3fd091536a703c204255 /Parser/Python.asdl | |
parent | a44f3a3e0bb6f829373976475479efb260f09ed0 (diff) | |
download | cpython-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.asdl | 2 |
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$" { |