[docs] [issue25501] Use async/await through asyncio docs

Guido van Rossum report at bugs.python.org
Thu Oct 29 16:12:28 EDT 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue25501>
_______________________________________


More information about the docs mailing list