Message346767
| 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:41 | Anthony Sottile | set | recipients: + Anthony Sottile |
| 2019-06-27 18:22:41 | Anthony Sottile | set | messageid: <1561659761.86.0.416757939602.issue37433@roundup.psfhosted.org> |
| 2019-06-27 18:22:41 | Anthony Sottile | link | issue37433 messages |
| 2019-06-27 18:22:41 | Anthony Sottile | create | |