diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-11-18 17:44:59 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-11-18 17:44:59 (GMT) |
commit | 255230595f397df042c03f30674f663a9e8e2702 (patch) | |
tree | e6b25143249bdd15ac0ea9955465f89cd49e21f6 /Doc/library | |
parent | 5c9f204300d9ed0e9433bc9b3ce5da0249ca0b24 (diff) | |
parent | 6efc7e726fa225bdbdbc549a6e2799869b76c391 (diff) | |
download | cpython-255230595f397df042c03f30674f663a9e8e2702.zip cpython-255230595f397df042c03f30674f663a9e8e2702.tar.gz cpython-255230595f397df042c03f30674f663a9e8e2702.tar.bz2 |
Merge 3.5
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/asyncio-task.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 08c5873..051ae09 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -721,4 +721,4 @@ Task functions Unlike the functions above, :func:`run_coroutine_threadsafe` requires the *loop* argument to be passed explicitely. - .. versionadded:: 3.4.4 + .. versionadded:: 3.4.4, 3.5.1 |