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 serhiy.storchaka
Recipients docs@python, eric.smith, serhiy.storchaka
Date 2020-02-03.18:26:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580754398.55.0.721406999094.issue39545@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-02-03 18:26:38serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith, docs@python
2020-02-03 18:26:38serhiy.storchakasetmessageid: <1580754398.55.0.721406999094.issue39545@roundup.psfhosted.org>
2020-02-03 18:26:38serhiy.storchakalinkissue39545 messages
2020-02-03 18:26:38serhiy.storchakacreate