Message 398267 - Python tracker

Message398267

Author iritkatriel
Recipients CuriousLearner, ammar2, aroberge, corona10, eric.smith, iritkatriel, lys.nikolaou, ncoghlan, nitishch, pablogsal, piyushhajare, serhiy.storchaka, terry.reedy, veky, xtreak
Date 2021-07-26.22:51:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627339894.24.0.495306816351.issue34013@roundup.psfhosted.org>
In-reply-to
Content
This case has changed recently, and not for the better:

>>> print f(3)
  File "<stdin>", line 1
    print f(3)
    ^^^^^^^^^^
SyntaxError: invalid syntax. Perhaps you forgot a comma?
History
Date User Action Args
2021-07-26 22:51:34iritkatrielsetrecipients: + iritkatriel, terry.reedy, ncoghlan, eric.smith, aroberge, serhiy.storchaka, veky, ammar2, CuriousLearner, corona10, lys.nikolaou, nitishch, pablogsal, xtreak, piyushhajare
2021-07-26 22:51:34iritkatrielsetmessageid: <1627339894.24.0.495306816351.issue34013@roundup.psfhosted.org>
2021-07-26 22:51:34iritkatriellinkissue34013 messages
2021-07-26 22:51:34iritkatrielcreate