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 gvanrossum
Recipients ethan smith, gvanrossum, levkivskyi, masthana, msullivan, yselivanov
Date 2019-02-28.00:37:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551314258.37.0.376627143216.issue35975@roundup.psfhosted.org>
In-reply-to
Content
That should still work. The strategy is as follows:

- For Python 3.7 or higher, 'async' and 'await' are *always* recognized.

- For Python 3.5 and 3.6, the hacks from the PEP are used.
History
Date User Action Args
2019-02-28 00:37:38gvanrossumsetrecipients: + gvanrossum, yselivanov, levkivskyi, ethan smith, masthana, msullivan
2019-02-28 00:37:38gvanrossumsetmessageid: <1551314258.37.0.376627143216.issue35975@roundup.psfhosted.org>
2019-02-28 00:37:38gvanrossumlinkissue35975 messages
2019-02-28 00:37:38gvanrossumcreate