Issue 32258: Rewrite asyncio docs to use async/await syntax (original) (raw)

Issue32258

Created on 2017-12-09 10:06 by asvetlov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4779 merged asvetlov,2017-12-10 09:03
PR 8674 merged termim,2018-08-04 23:05
Messages (2)
msg307889 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2017-12-09 10:06
https://bugs.python.org/issue32193 switched asyncio implementation to async/await syntax. We need to update documentation as well.
msg308052 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2017-12-11 15:35
New changeset 8874342cf332c3aa3d845155cc4b41b00c2d9e9d by Andrew Svetlov in branch 'master': bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) https://github.com/python/cpython/commit/8874342cf332c3aa3d845155cc4b41b00c2d9e9d
History
Date User Action Args
2022-04-11 14:58:55 admin set github: 76439
2018-08-04 23:05:34 termim set pull_requests: + <pull%5Frequest8168>
2017-12-11 16:00:46 asvetlov set status: open -> closedresolution: fixedstage: patch review -> resolved
2017-12-11 15:35:55 asvetlov set messages: +
2017-12-10 09:03:12 asvetlov set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest4680>
2017-12-09 10:30:26 serhiy.storchaka set title: Rewrite ayncio docs to use async/await syntax -> Rewrite asyncio docs to use async/await syntax
2017-12-09 10:06:15 asvetlov create