[Python-Dev] async/await in Python; v2 (original) (raw)
Barry Warsaw barry at python.org
Fri Apr 24 15:34:25 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 24, 2015, at 08:03 PM, Greg Ewing wrote:
Putting it at the end would seem least likely to cause breakage:
def useful() async:
That's not bad IMHO. I wonder how crazy it is in the face of, ahem, function annotations.
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 ]