[New-bugs-announce] [issue29441] Update examples to use async and await keywords in asyncio-task.rst

Berker Peksag report at bugs.python.org
Sat Feb 4 00:49:52 EST 2017


New submission from Berker Peksag:

Attached patch converts all examples that use @coroutine decorator in Doc/library/asyncio-task.rst. I also removed the generator example at https://docs.python.org/3/library/asyncio-task.html#example-coroutine-displaying-the-current-date

See issue 29407 for context.

----------
assignee: docs at python
components: Documentation, asyncio
files: update-examples-task.diff
keywords: patch
messages: 286911
nosy: berker.peksag, docs at python, gvanrossum, yselivanov
priority: normal
severity: normal
stage: patch review
status: open
title: Update examples to use async and await keywords in asyncio-task.rst
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file46508/update-examples-task.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29441>
_______________________________________


More information about the New-bugs-announce mailing list