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 iritkatriel
Recipients CuriousLearner, ammar2, corona10, eric.smith, iritkatriel, ncoghlan, nitishch, pablogsal, piyushhajare, serhiy.storchaka, terry.reedy, veky, xtreak
Date 2021-02-19.08:14:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613722468.76.0.536700949348.issue34013@roundup.psfhosted.org>
In-reply-to
Content
I agree with Terry’s point about printing long expressions in the error msg. Perhaps just the preamble would be useful though:

SyntaxError: Missing parentheses in call to 'print'. 

Instead of just

SyntaxError: invalid syntax.
History
Date User Action Args
2021-02-19 08:14:28iritkatrielsetrecipients: + iritkatriel, terry.reedy, ncoghlan, eric.smith, serhiy.storchaka, veky, ammar2, CuriousLearner, corona10, nitishch, pablogsal, xtreak, piyushhajare
2021-02-19 08:14:28iritkatrielsetmessageid: <1613722468.76.0.536700949348.issue34013@roundup.psfhosted.org>
2021-02-19 08:14:28iritkatriellinkissue34013 messages
2021-02-19 08:14:28iritkatrielcreate