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, lys.nikolaou, pablogsal
Date 2021-08-05.16:16:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628180191.52.0.659706826737.issue44838@roundup.psfhosted.org>
In-reply-to
Content
This is a tricky one because the tokenizer doesn't see the enclosed parentheses because is actually closed (the second print has two 
')' parentheses).

This is tricky indeed because the parser is parsing the ( after the print as a group, not as a call, and indentation doesn't matter in the group.

We can indeed revert the PR but I'm afraid that you can use this pattern to actually trigger a bunch of other custom error messages where they should not.
History
Date User Action Args
2021-08-05 16:16:31pablogsalsetrecipients: + pablogsal, aroberge, lys.nikolaou
2021-08-05 16:16:31pablogsalsetmessageid: <1628180191.52.0.659706826737.issue44838@roundup.psfhosted.org>
2021-08-05 16:16:31pablogsallinkissue44838 messages
2021-08-05 16:16:31pablogsalcreate