]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport patches from trunk revisions 1.62, 1.63. Modified to be
authorFred Drake <fdrake@acm.org>
Mon, 7 Oct 2002 16:26:28 +0000 (16:26 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 7 Oct 2002 16:26:28 +0000 (16:26 +0000)
easier to read for both HTML and typeset renderings.  Relies on
../perl/python.perl revision 1.116.4.4.

Doc/ref/ref5.tex

index 39cba661906f6af63a7bad8b1b0cac4178bee0ee..2890c5bf17a0116e10b04463f455f31fe2191f04 100644 (file)
@@ -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}