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 Anthony Sottile
Recipients Anthony Sottile, BTaskaya, gaborjbernat, lys.nikolaou, pablogsal, serhiy.storchaka
Date 2020-04-24.20:37:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This seems to have regressed again

$ ./python --version --version
Python 3.9.0a5+ (heads/master:503de7149d, Apr 24 2020, 13:34:49) 
[GCC 7.5.0]
$ ./python t.py
  File "/home/asottile/workspace/cpython/t.py", line 8
    
                                        ^
SyntaxError: invalid string prefix
History
Date User Action Args
2020-04-24 20:37:34Anthony Sottilesetrecipients: + Anthony Sottile, serhiy.storchaka, lys.nikolaou, pablogsal, gaborjbernat, BTaskaya
2020-04-24 20:37:34Anthony Sottilesetmessageid: <[email protected]>
2020-04-24 20:37:33Anthony Sottilelinkissue40335 messages
2020-04-24 20:37:33Anthony Sottilecreate