New submission from Brett Cannon:

The asyncio docs still use `yield from` and @asyncio.coroutine all over the 
place instead of async/await. It would be best to update the docs to follow 
best practices (unless there is some reason I can't think of as to why this 
hasn't happened yet).

----------
assignee: docs@python
components: Documentation
messages: 253636
nosy: brett.cannon, docs@python, giampaolo.rodola, gvanrossum, haypo, pitrou, 
yselivanov
priority: normal
severity: normal
stage: needs patch
status: open
title: Use async/await through asyncio docs
versions: Python 3.6

_______________________________________
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