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 CuriousLearner, ammar2, aroberge, brandtbucher, corona10, eric.smith, iritkatriel, lys.nikolaou, miss-islington, ncoghlan, nitishch, pablogsal, piyushhajare, serhiy.storchaka, terry.reedy, veky, xtreak
Date 2021-08-10.13:15:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628601304.49.0.614271519859.issue34013@roundup.psfhosted.org>
In-reply-to
Content
If we change the priority of the error messages, which is unclear if is easily possible, the error will suggest that

print hello should be parenthesized as print (hello) Which if corrected will leave the "world" part out as a call followed to a name, and here the comma suggestion is a valid concern.

I understand the willingness to have a better error here, but I am not sure what we can improve here.
History
Date User Action Args
2021-08-10 13:15:04pablogsalsetrecipients: + pablogsal, terry.reedy, ncoghlan, eric.smith, aroberge, serhiy.storchaka, veky, ammar2, CuriousLearner, corona10, lys.nikolaou, nitishch, miss-islington, xtreak, piyushhajare, brandtbucher, iritkatriel
2021-08-10 13:15:04pablogsalsetmessageid: <1628601304.49.0.614271519859.issue34013@roundup.psfhosted.org>
2021-08-10 13:15:04pablogsallinkissue34013 messages
2021-08-10 13:15:04pablogsalcreate