summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-12-10 11:18:15 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-12-10 11:18:15 (GMT)
commit0839ed4730ef8cca5f680f8192968debe0b99963 (patch)
treea988c6c1da56c4a84ae4ce200ff9b9d31b5b60ed /Doc
parent742520be43d0c63a5e121583068d9f720ba76660 (diff)
downloadcpython-0839ed4730ef8cca5f680f8192968debe0b99963.zip
cpython-0839ed4730ef8cca5f680f8192968debe0b99963.tar.gz
cpython-0839ed4730ef8cca5f680f8192968debe0b99963.tar.bz2
asyncio doc: don't document Task.cancel(), already documented in Future.cancel()
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/asyncio-task.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 9581188..597e42e 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.