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 emma_smith, gvanrossum, levkivskyi, masthana, msullivan, yselivanov
Date 2019-02-28.00:37:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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, emma_smith, masthana, msullivan
2019-02-28 00:37:38gvanrossumsetmessageid: <[email protected]>
2019-02-28 00:37:38gvanrossumlinkissue35975 messages
2019-02-28 00:37:38gvanrossumcreate