From: Victor Stinner Date: Tue, 10 Dec 2013 11:18:15 +0000 (+0100) Subject: asyncio doc: don't document Task.cancel(), already documented in Future.cancel() X-Git-Tag: v3.4.0b2~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0839ed4730ef8cca5f680f8192968debe0b99963;p=python asyncio doc: don't document Task.cancel(), already documented in Future.cancel() --- diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 9581188e0e..597e42e333 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -281,10 +281,6 @@ Task ``None`` is returned when called not in the context of a :class:`Task`. - .. method:: cancel() - - Cancel the task. - .. method:: get_stack(self, \*, limit=None) Return the list of stack frames for this task's coroutine.