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 terry.reedy
Recipients AlexWaygood, aroberge, iritkatriel, ncoghlan, pablogsal, steven.daprano, terry.reedy, tomviner, yselivanov
Date 2021-11-28.17:39:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638121144.08.0.89164087242.issue28140@roundup.psfhosted.org>
In-reply-to
Content
I closed #45721, which has additional comments, as a duplicate of this.

'print foo' now results in "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?"
History
Date User Action Args
2021-11-28 17:39:04terry.reedysetrecipients: + terry.reedy, ncoghlan, aroberge, steven.daprano, yselivanov, tomviner, pablogsal, iritkatriel, AlexWaygood
2021-11-28 17:39:04terry.reedysetmessageid: <1638121144.08.0.89164087242.issue28140@roundup.psfhosted.org>
2021-11-28 17:39:04terry.reedylinkissue28140 messages
2021-11-28 17:39:03terry.reedycreate