New submission from woo yoo: 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. ---------- assignee: docs@python components: Documentation messages: 283288 nosy: docs@python, woo yoo priority: normal severity: normal status: open title: a redundant right parentheses in the EBNF rules of parameter_list versions: Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28978> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com