This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, docs@python, giampaolo.rodola, gvanrossum, pitrou, vstinner, yselivanov
Date 2015-10-28.22:30:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446071453.74.0.752401915255.issue25501@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2015-10-28 22:30:53brett.cannonsetrecipients: + brett.cannon, gvanrossum, pitrou, vstinner, giampaolo.rodola, docs@python, yselivanov
2015-10-28 22:30:53brett.cannonsetmessageid: <1446071453.74.0.752401915255.issue25501@psf.upfronthosting.co.za>
2015-10-28 22:30:53brett.cannonlinkissue25501 messages
2015-10-28 22:30:53brett.cannoncreate