[issue32258] Rewrite ayncio docs to use async/await syntax
New submission from Andrew Svetlov <andrew.svetlov@gmail.com>: https://bugs.python.org/issue32193 switched asyncio implementation to async/await syntax. We need to update documentation as well. ---------- assignee: docs@python components: Documentation, asyncio messages: 307889 nosy: asvetlov, docs@python, yselivanov priority: normal severity: normal status: open title: Rewrite ayncio docs to use async/await syntax versions: Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32258> _______________________________________
Change by Serhiy Storchaka <storchaka+cpython@gmail.com>: ---------- title: Rewrite ayncio docs to use async/await syntax -> Rewrite asyncio docs to use async/await syntax _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32258> _______________________________________
Change by Andrew Svetlov <andrew.svetlov@gmail.com>: ---------- keywords: +patch pull_requests: +4680 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32258> _______________________________________
Andrew Svetlov <andrew.svetlov@gmail.com> added the comment: 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/8874342cf332c3aa3d845155cc4b41b00c2... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32258> _______________________________________
Change by Andrew Svetlov <andrew.svetlov@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32258> _______________________________________
Change by Mikhail Terekhov <termim@gmail.com>: ---------- pull_requests: +8168 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue32258> _______________________________________
participants (3)
-
Andrew Svetlov
-
Mikhail Terekhov
-
Serhiy Storchaka