[Python-checkins] python/dist/src/Parser Python.asdl,1.1.2.1,1.1.2.2
jhylton@users.sourceforge.net
jhylton@users.sourceforge.net
Tue, 09 Jul 2002 06:19:55 -0700
Update of /cvsroot/python/python/dist/src/Parser
In directory usw-pr-cvs1:/tmp/cvs-serv9523/Parser
Modified Files:
Tag: ast-branch
Python.asdl
Log Message:
make name assoc w/ expr* plural
Index: Python.asdl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/Attic/Python.asdl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** Python.asdl 7 Jul 2002 17:34:44 -0000 1.1.2.1
--- Python.asdl 9 Jul 2002 13:19:53 -0000 1.1.2.2
***************
*** 19,23 ****
-- not sure if bool is allowed, can always use int
! | Print(expr? dest, expr* value, bool nl)
-- use 'orelse' because else is a keyword in target languages
--- 19,23 ----
-- not sure if bool is allowed, can always use int
! | Print(expr? dest, expr* values, bool nl)
-- use 'orelse' because else is a keyword in target languages