Andre Roberge <andre.robe...@gmail.com> added the comment:

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.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34013>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to