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 lys.nikolaou
Recipients lys.nikolaou
Date 2020-06-15.13:50:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592229022.88.0.633686566639.issue40985@roundup.psfhosted.org>
In-reply-to
Content
Copying and pasting the example messed the formatting up. Here it is again.

[16:49:16] lysnikolaou:cpython git:(master*) $ cat t.py
x = 6\%                                                                                               [16:49:23] lysnikolaou:cpython git:(master*) $ ./python t.py
  File "/home/lysnikolaou/repos/cpython/t.py", line 2
    
    ^
SyntaxError: unexpected EOF while parsing
[16:49:56] lysnikolaou:cpython git:(master*) $ python3.9 -X oldparser t.py
  File "/home/lysnikolaou/repos/cpython/t.py", line 2
    x = 6\
          ^
SyntaxError: unexpected EOF while parsing
History
Date User Action Args
2020-06-15 13:50:22lys.nikolaousetrecipients: + lys.nikolaou
2020-06-15 13:50:22lys.nikolaousetmessageid: <1592229022.88.0.633686566639.issue40985@roundup.psfhosted.org>
2020-06-15 13:50:22lys.nikolaoulinkissue40985 messages
2020-06-15 13:50:22lys.nikolaoucreate