[Python-checkins] python/dist/src/Doc/ref ref5.tex,1.61,1.62

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 18 Jun 2002 11:42:03 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv9151

Modified Files:
	ref5.tex 
Log Message:
Played contortionist games with the argument_list production so it
might be easier to understand.
This relates to SF bug #493243, which will be closed.


Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** ref5.tex	21 May 2002 18:19:49 -0000	1.61
--- ref5.tex	18 Jun 2002 18:42:01 -0000	1.62
***************
*** 423,430 ****
               {\token{primary} "(" [\token{argument_list} [","]] ")"}
    \production{argument_list}
!              {\token{positional_arguments} ["," \token{keyword_arguments}}
!   \productioncont{   ["," "*" \token{expression} ["," "**" \token{expression}]]]}
!   \productioncont{| \token{keyword_arguments} ["," "*" \token{expression}}
!   \productioncont{                             ["," "**" \token{expression}]]}
    \productioncont{| "*" \token{expression} ["," "**" \token{expression}]}
    \productioncont{| "**" \token{expression}}
--- 423,430 ----
               {\token{primary} "(" [\token{argument_list} [","]] ")"}
    \production{argument_list}
!              {\token{positional_arguments} ["," \token{keyword_arguments}
!               ["," "*" \token{expression} ["," "**" \token{expression}]]]}
!   \productioncont{| \token{keyword_arguments} ["," "*" \token{expression}
!                                                ["," "**" \token{expression}]]}
    \productioncont{| "*" \token{expression} ["," "**" \token{expression}]}
    \productioncont{| "**" \token{expression}}