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.

classification
Title: Fix examples in asyncio docs (suppliment to bpo-32258)
Type: Stage: resolved
Components: asyncio Versions: Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Mariatta, asvetlov, miss-islington, termim, yselivanov
Priority: normal Keywords: patch

Created on 2018-08-04 22:56 by termim, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 8674 merged termim, 2018-08-04 23:05
PR 8704 merged miss-islington, 2018-08-07 20:29
Messages (3)
msg323121 - (view) Author: Mikhail Terekhov (termim) * Date: 2018-08-04 22:56
Couple of examples in in asyncio documentation mix @asyncio.coroutine decorator and await.
msg323251 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-08-07 20:29
New changeset d2ac400267940f35d731d66c2dafafe099d770d9 by Mariatta (Mikhail Terekhov) in branch 'master':
bpo-34335: Use async/await syntax in documentation examples (GH-8674)
https://github.com/python/cpython/commit/d2ac400267940f35d731d66c2dafafe099d770d9
msg323252 - (view) Author: miss-islington (miss-islington) Date: 2018-08-07 20:33
New changeset fac49762c53822c40f24dcb5ca4945cffdf40cd9 by Miss Islington (bot) in branch '3.7':
bpo-34335: Use async/await syntax in documentation examples (GH-8674)
https://github.com/python/cpython/commit/fac49762c53822c40f24dcb5ca4945cffdf40cd9
History
Date User Action Args
2022-04-11 14:59:04adminsetgithub: 78516
2018-08-07 21:06:20Mariattasetversions: - Python 3.6
2018-08-07 21:03:52Mariattasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-08-07 20:33:35miss-islingtonsetnosy: + miss-islington
messages: + msg323252
2018-08-07 20:29:30miss-islingtonsetpull_requests: + pull_request8195
2018-08-07 20:29:10Mariattasetnosy: + Mariatta
messages: + msg323251
2018-08-04 23:05:34termimsetkeywords: + patch
stage: patch review
pull_requests: + pull_request8167
2018-08-04 22:56:22termimcreate