Mailing List Archive

python/dist/src/Doc/ref ref5.tex,1.53.4.7,1.53.4.8
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv1987

Modified Files:
Tag: release22-maint
ref5.tex
Log Message:
Backport patches from trunk revisions 1.62, 1.63. Modified to be
easier to read for both HTML and typeset renderings. Relies on
../perl/python.perl revision 1.116.4.4.


Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.53.4.7
retrieving revision 1.53.4.8
diff -C2 -d -r1.53.4.7 -r1.53.4.8
*** ref5.tex 5 Oct 2002 06:51:34 -0000 1.53.4.7
--- ref5.tex 7 Oct 2002 16:26:28 -0000 1.53.4.8
***************
*** 439,446 ****
{\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}}
--- 439,447 ----
{\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}}