Guido van Rossum added the comment:

Honestly I think it's better if most people keep using coroutine/yield-from 
instead of async/await for a few more releases; their code will be more 
portable, since it takes forever to update old datacenters. We put in 
async/await with an eye towards the future. But we're keeping yield-from around 
for a long time too. And that's also why we support asyncio for 3.3.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25501>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to