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 terry.reedy
Recipients Anthony Sottile, asmeurer, eric.smith, terry.reedy
Date 2019-06-28.22:29:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561760952.39.0.912464158753.issue37433@roundup.psfhosted.org>
In-reply-to
Content
On Windows 10 with current 3.8 I see correct output, so the bug seems OS specific, even though the simple fix (see PR) is not.

C:\Users\Terry>py f:/python/a/tem4.py
  File "f:/python/a/tem4.py", line 1
    f'''{}
    ^
SyntaxError: f-string: empty expression not allowed
History
Date User Action Args
2019-06-28 23:48:01terry.reedylinkissue37433 messages
2019-06-28 23:47:36terry.reedyunlinkissue37433 messages
2019-06-28 22:29:12terry.reedysetrecipients: + terry.reedy, eric.smith, Anthony Sottile, asmeurer
2019-06-28 22:29:12terry.reedysetmessageid: <1561760952.39.0.912464158753.issue37433@roundup.psfhosted.org>
2019-06-28 22:29:12terry.reedylinkissue37433 messages
2019-06-28 22:29:12terry.reedycreate