[issue21601] Cancel method for Asyncio Task is not documented

Vajrasky Kok report at bugs.python.org
Thu May 29 07:08:32 CEST 2014


New submission from Vajrasky Kok:

https://docs.python.org/3.5/library/asyncio-task.html#task

The cancel method is not documented although it is a part of public API. Here is the patch to fix the doc.

----------
assignee: docs at python
components: Documentation
files: fix_doc_asyncio_task.patch
keywords: patch
messages: 219333
nosy: docs at python, haypo, vajrasky
priority: normal
severity: normal
status: open
title: Cancel method for Asyncio Task is not documented
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file35397/fix_doc_asyncio_task.patch

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


More information about the Python-bugs-list mailing list