[Python-ideas] An async facade?
Guido van Rossum
guido at python.org
Fri Dec 21 00:46:03 CET 2012
More information about the Python-ideas mailing list
Fri Dec 21 00:46:03 CET 2012
- Previous message: [Python-ideas] An async facade?
- Next message: [Python-ideas] Tulip patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Have you read PEP 3156 and PEP 380? Instead of await, Python 3.3 has yield from, with the same semantics. This is somewhat more verbose, but has the advantage that it doesn't introduce a new keyword, and it's already in Python 3.3, so you can start using it now -- no fork of the language required. -- --Guido van Rossum (python.org/~guido)
- Previous message: [Python-ideas] An async facade?
- Next message: [Python-ideas] Tulip patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list