This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author woo yoo
Recipients docs@python, woo yoo
Date 2016-12-15.11:59:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481803174.61.0.122563860327.issue28978@psf.upfronthosting.co.za>
In-reply-to
Content
Quote the documentation as below:

> parameter_list ::=  (defparameter ",")*
                    | "*" [parameter] ("," defparameter)* ["," "**" parameter]
                    | "**" parameter
                    | defparameter [","] )

The last right parenthesis is redundant.And the second alternative form is not complete, it does not incorporate a case that only include starred parameter.
History
Date User Action Args
2016-12-15 11:59:34woo yoosetrecipients: + woo yoo, docs@python
2016-12-15 11:59:34woo yoosetmessageid: <1481803174.61.0.122563860327.issue28978@psf.upfronthosting.co.za>
2016-12-15 11:59:34woo yoolinkissue28978 messages
2016-12-15 11:59:34woo yoocreate