Mailing List Archive

python/dist/src/Doc/ref ref5.tex,1.64,1.65
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv3033

Modified Files:
ref5.tex
Log Message:
Modified presentation of the grammar for calls to be easier to read
for both HTML and typeset renderings. Corresponds to revision
1.53.4.8 on the r22-maint branch.


Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** ref5.tex 25 Jun 2002 04:04:14 -0000 1.64
--- ref5.tex 7 Oct 2002 16:28:38 -0000 1.65
***************
*** 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}}
--- 423,431 ----
{\token{primary} "(" [\token{argument_list} [","]] ")"}
\production{argument_list}
! {\token{positional_arguments} ["," \token{keyword_arguments}]}
! \productioncont{ ["," "*" \token{expression}]}
! \productioncont{ ["," "**" \token{expression}]}
! \productioncont{| \token{keyword_arguments} ["," "*" \token{expression}]}
! \productioncont{ ["," "**" \token{expression}]}
\productioncont{| "*" \token{expression} ["," "**" \token{expression}]}
\productioncont{| "**" \token{expression}}