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-04-10.18:05:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586541958.33.0.891000303304.issue40246@roundup.psfhosted.org>
In-reply-to
Content
While testing pegen, we found this out:

Python 3.9.0a5+ (heads/pegen:502dfb719e, Apr 10 2020, 20:57:05) 
[GCC 9.2.1 20191008] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> fur''
  File "<stdin>", line 1
    fur''
       ^
SyntaxError: invalid syntax
>>> eval("fur''")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<string>", line 1
    fur''
       ^
SyntaxError: unexpected EOF while parsing
History
Date User Action Args
2020-04-10 18:05:58lys.nikolaousetrecipients: + lys.nikolaou
2020-04-10 18:05:58lys.nikolaousetmessageid: <1586541958.33.0.891000303304.issue40246@roundup.psfhosted.org>
2020-04-10 18:05:58lys.nikolaoulinkissue40246 messages
2020-04-10 18:05:58lys.nikolaoucreate