New submission from Serhiy Storchaka storchaka+cpython@gmail.com:
The following code is compiled in 3.7, but is a syntax error in 3.6.
async def f(x): f"{await x}"
I have not found mentioning this change in What's New, and it looks grammatically correct. It looks as a bug in 3.6.
It may be too later to fix it in 3.6, but at least it should be documented.
---------- assignee: docs@python components: Documentation, Interpreter Core messages: 361317 nosy: docs@python, eric.smith, serhiy.storchaka priority: normal severity: normal status: open title: await is not supported in f-string in 3.6 type: behavior versions: Python 3.6
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue39545 _______________________________________