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.

Author vajrasky
Recipients docs@python, vajrasky, vstinner
Date 2014-05-29.05:08:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401340112.56.0.394123736.issue21601@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-05-29 05:08:32vajraskysetrecipients: + vajrasky, vstinner, docs@python
2014-05-29 05:08:32vajraskysetmessageid: <1401340112.56.0.394123736.issue21601@psf.upfronthosting.co.za>
2014-05-29 05:08:32vajraskylinkissue21601 messages
2014-05-29 05:08:31vajraskycreate