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
Date 2019-06-27.18:22:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561659761.86.0.416757939602.issue37433@roundup.psfhosted.org>
In-reply-to
Content
For instance this file:

foo = f"""{}
foo"""

$ python3.8 --version --version
Python 3.8.0b1 (default, Jun  6 2019, 03:44:52) 
[GCC 7.4.0]

$ python3.8 t.py | wc -c
  File "t.py", line 1


<<snipped, but very very many spaces>>

                                   ^
SyntaxError: f-string: empty expression not allowed


$ python3.8 t.py |& wc -c
49134
History
Date User Action Args
2019-06-27 18:22:41Anthony Sottilesetrecipients: + Anthony Sottile
2019-06-27 18:22:41Anthony Sottilesetmessageid: <1561659761.86.0.416757939602.issue37433@roundup.psfhosted.org>
2019-06-27 18:22:41Anthony Sottilelinkissue37433 messages
2019-06-27 18:22:41Anthony Sottilecreate