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, asmeurer, eric.smith, pablogsal, terry.reedy
Date 2019-08-03.14:24:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564842274.13.0.0663072507253.issue37433@roundup.psfhosted.org>
In-reply-to
Content
seems unrelated and does the same on older versions of python:

```
$ python3.5 t.py
  File "t.py", line 4
    
    ^
SyntaxError: EOF while scanning triple-quoted string literal
```

I'd suggest a new issue or finding the dupe
History
Date User Action Args
2019-08-03 14:24:34Anthony Sottilesetrecipients: + Anthony Sottile, terry.reedy, eric.smith, pablogsal, asmeurer
2019-08-03 14:24:34Anthony Sottilesetmessageid: <1564842274.13.0.0663072507253.issue37433@roundup.psfhosted.org>
2019-08-03 14:24:34Anthony Sottilelinkissue37433 messages
2019-08-03 14:24:34Anthony Sottilecreate