[issue35975] Put back the ability to parse files where async/await aren't keywords

Guido van Rossum report at bugs.python.org
Wed Feb 27 19:37:38 EST 2019


Guido van Rossum <guido at python.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35975>
_______________________________________


More information about the Python-bugs-list mailing list