[Python-Dev] Await and Async keywords (original) (raw)
Aymeric Fromherz aymeric.fromherz at ens.fr
Fri Mar 24 06:57:55 EDT 2017
- Previous message (by thread): [Python-Dev] 3.5 unittest does not support namespace packages for discovering
- Next message (by thread): [Python-Dev] Await and Async keywords
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I'm currently looking into how Python3 is parsed, and I'm wondering why await and async aren't considered as keywords? Are there programs actually using await and async as variable names? Is there another behaviour where it is interesting to use async for something different?
Cheers, Aymeric
- Previous message (by thread): [Python-Dev] 3.5 unittest does not support namespace packages for discovering
- Next message (by thread): [Python-Dev] Await and Async keywords
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]