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 JNCressey, epaine, eric.smith, pablogsal, terry.reedy
Date 2021-03-24.00:35:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616546125.79.0.021707587485.issue41064@roundup.psfhosted.org>
In-reply-to
Content
> I don't recall if this is really only a "skip leading whitespace" problem, or if there's some other reason they're required.

IIRC, this forces the expression inside to be parsed as an expression. This helps the quite a lot the parser. For instance, detecting a bare **x without grouping is more difficult, even with the old parser. With parentheses it must be an expression so is easier to disambiguate.
History
Date User Action Args
2021-03-24 00:35:25pablogsalsetrecipients: + pablogsal, terry.reedy, eric.smith, epaine, JNCressey
2021-03-24 00:35:25pablogsalsetmessageid: <1616546125.79.0.021707587485.issue41064@roundup.psfhosted.org>
2021-03-24 00:35:25pablogsallinkissue41064 messages
2021-03-24 00:35:25pablogsalcreate