https://hg.python.org/cpython/rev/284187f3a783 changeset: 99206:284187f3a783 parent: 99203:de08cfd2e94f parent: 99205:4ae62ddf7bc7 user: Yury Selivanov <yselivanov at sprymix.com> date: Wed Nov 18 12:44:59 2015 -0500 summary: Merge 3.5 files: 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 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -721,4 +721,4 @@ 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 -- Repository URL: https://hg.python.org/cpython