[Python-Dev] async/await in Python; v2 (original) (raw)
Barry Warsaw barry at python.org
Thu Apr 23 20:12:19 CEST 2015
- Previous message (by thread): [Python-Dev] async/await in Python; v2
- Next message (by thread): [Python-Dev] async/await in Python; v2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Apr 23, 2015, at 02:02 PM, Yury Selivanov wrote:
To my eye 'async def name()', 'async with', 'async for' look better than 'def async name()', 'with async' and 'for async'. But that's highly subjective.
Would you be willing to add this as an alternative to the PEP, under the "Why async def" section probably?
As with all such bikesheds, Guido will pick the color and we'll ooh and ahh. :)
Cheers, -Barry
- Previous message (by thread): [Python-Dev] async/await in Python; v2
- Next message (by thread): [Python-Dev] async/await in Python; v2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]