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

woo yoo report at bugs.python.org
Thu Dec 15 09:59:32 EST 2016


woo yoo added the comment:

Code:
>>>def f(a, *):
>>>    print(a)
....
....(SyntaxError occurs here)

----------

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


More information about the docs mailing list