Pablo Galindo Salgado <[email protected]> added the comment:
> so just saying "Function parameters cannot be parenthesized" seems very weird.
I agree that the wording can be improved, but is not weird, it has the same
problem in functions:
>>> def foo(x,y,(z,w),k):
File "<stdin>", line 1
def foo(x,y,(z,w),k):
^
SyntaxError: invalid syntax
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue45450>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com