[Python-Dev] PEP 492: async/await in Python; v3 (original) (raw)

Ethan Furman ethan at stoneleaf.us
Wed Apr 29 01:55:31 CEST 2015


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



More information about the Python-Dev mailing list