Message367923
This has been fixed in 3.9.0a6 due to the new parser:
╰─ cat a.py
s = ("apricot "
"pineapple"
f"shallot{")
╰─ ./python.exe a.py
File "/Users/lysnikolaou/Repositories/cpython/a.py", line 3
f"shallot{")
^
SyntaxError: f-string: expecting '}' |
|
Date |
User |
Action |
Args |
2020-05-02 10:23:39 | lys.nikolaou | set | recipients:
+ lys.nikolaou, terry.reedy, Gerrit.Holl |
2020-05-02 10:23:39 | lys.nikolaou | set | messageid: <1588415019.02.0.164071326953.issue40449@roundup.psfhosted.org> |
2020-05-02 10:23:39 | lys.nikolaou | link | issue40449 messages |
2020-05-02 10:23:38 | lys.nikolaou | create | |
|