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

Yury Selivanov report at bugs.python.org
Wed Feb 27 20:25:45 EST 2019


Yury Selivanov <yselivanov at gmail.com> added the comment:

> But why would we? I already have a working solution. 

I've heard some complaints that it's hard to migrate to Python 3.7 because async and await are keywords (although I think by now all popular libraries have migrated already), so in case you ever considered to revert that decision I think we could actually make it work.  But for the current PR you're working on we don't need that, you're right.

----------

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


More information about the Python-bugs-list mailing list