[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
- Previous message (by thread): [Python-Dev] PEP 492: async/await in Python; v3
- Next message (by thread): [Python-Dev] PEP 492: async/await in Python; v3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 04/28, Yury Selivanov wrote:
This limitation will go away as soon as
async
andawait
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
- Previous message (by thread): [Python-Dev] PEP 492: async/await in Python; v3
- Next message (by thread): [Python-Dev] PEP 492: async/await in Python; v3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]