[docs] [issue28978] a redundant right parentheses in the EBNF rules of parameter_list

Jim Fasarakis-Hilliard report at bugs.python.org
Thu Dec 15 08:07:08 EST 2016


Jim Fasarakis-Hilliard added the comment:

See issue<9232> that changed the docs on function definitions. These changes aren't reflected in the 3.5 documentation though, you'll find them in the 3.6 docs.

The linked grammar is probably missing an opening parentheses from what I can tell, i.e change | to (:

    ( "*" [parameter] ("," defparameter)* ["," "**" parameter]

----------
nosy: +Jim Fasarakis-Hilliard

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28978>
_______________________________________


More information about the docs mailing list