Message399317
| 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:18 | aroberge | set | recipients: + 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:18 | aroberge | set | messageid: <1628599278.63.0.0758590477133.issue34013@roundup.psfhosted.org> |
| 2021-08-10 12:41:18 | aroberge | link | issue34013 messages |
| 2021-08-10 12:41:18 | aroberge | create | |