On 04/28, Yury Selivanov wrote:

>>> This limitation will go away as soon as ``async`` and ``await`` ate
>>> proper keywords.  Or if it's decided to use a future import for this
>>> PEP.

`async` and `await` need to be proper keywords, and  __future__ imports
is how we do that (see, e.g., PEP 355 and and PEP 343)

--
~Ethan~
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to