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 serhiy.storchaka
Recipients gousaiyang, gvanrossum, lys.nikolaou, pablogsal, serhiy.storchaka
Date 2020-12-30.23:22:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609370568.85.0.510638055458.issue40631@roundup.psfhosted.org>
In-reply-to
Content
Parenthesis can be added around expression. But `*a` is not an expression (as well as `+`, `or`, `1:5`, you cannot surround them with parenthesis).
History
Date User Action Args
2020-12-30 23:22:48serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, lys.nikolaou, pablogsal, gousaiyang
2020-12-30 23:22:48serhiy.storchakasetmessageid: <1609370568.85.0.510638055458.issue40631@roundup.psfhosted.org>
2020-12-30 23:22:48serhiy.storchakalinkissue40631 messages
2020-12-30 23:22:48serhiy.storchakacreate