Re: [Python-Dev] Await and Async keywords

2017-03-24 Thread Aymeric Fromherz
Thanks for the quick answer! I'll have a look at this PEP. Cheers On 24/03/2017 16:17, Jelle Zijlstra wrote: > > > 2017-03-24 3:57 GMT-07:00 Aymeric Fromherz >: > > Hi, > > I'm currently looking into how Python3 is parsed, and I'm wondering why > a

Re: [Python-Dev] Await and Async keywords

2017-03-24 Thread Jelle Zijlstra
2017-03-24 3:57 GMT-07:00 Aymeric Fromherz : > 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 interestin

[Python-Dev] Await and Async keywords

2017-03-24 Thread Aymeric Fromherz
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