From: Fred Drake Date: Mon, 7 Oct 2002 16:26:28 +0000 (+0000) Subject: Backport patches from trunk revisions 1.62, 1.63. Modified to be X-Git-Tag: v2.2.2b1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=753eb68947ff31ef51033dc19a04627f8beb021b;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 39cba661906f..2890c5bf17a0 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -438,10 +438,11 @@ series of arguments: \production{call} {\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}]]} + {\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}} \production{positional_arguments}