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 pablogsal
Recipients aroberge, josh.r, pablogsal
Date 2021-10-12.22:14:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634076895.36.0.253464949001.issue45450@roundup.psfhosted.org>
In-reply-to
Content
> 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
History
Date User Action Args
2021-10-12 22:14:55pablogsalsetrecipients: + pablogsal, aroberge, josh.r
2021-10-12 22:14:55pablogsalsetmessageid: <1634076895.36.0.253464949001.issue45450@roundup.psfhosted.org>
2021-10-12 22:14:55pablogsallinkissue45450 messages
2021-10-12 22:14:55pablogsalcreate