Python 3.5: async and await

What’s New in Python 3.5 (via Hacker News): [PEP 492] added dedicated syntax for declaring coroutines, await expressions, new asynchronous async for and async with statements.