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 aroberge
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.12:41:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628599278.63.0.0758590477133.issue34013@roundup.psfhosted.org>
In-reply-to
Content
Python 3.10.0rc1 ...

>>> print hello world!
  File "<stdin>", line 1
    print hello world!
          ^^^^^^^^^^^
SyntaxError: invalid syntax. Perhaps you forgot a comma?

The hint given is not exactly helpful ...

(This example was in a discussion on Twitter https://twitter.com/cfbolz/status/1425036431974715400 about a previous handling of this invalid syntax case where it was mentioned that pypy verifies that the suggestion it makes actually yields syntactically valid code.)
History
Date User Action Args
2021-08-10 12:41:18arobergesetrecipients: + aroberge, terry.reedy, ncoghlan, eric.smith, serhiy.storchaka, veky, ammar2, CuriousLearner, corona10, lys.nikolaou, nitishch, pablogsal, miss-islington, xtreak, piyushhajare, brandtbucher, iritkatriel
2021-08-10 12:41:18arobergesetmessageid: <1628599278.63.0.0758590477133.issue34013@roundup.psfhosted.org>
2021-08-10 12:41:18arobergelinkissue34013 messages
2021-08-10 12:41:18arobergecreate