commit | ea471348f47253da0fd9701b28bcba76e27fecbf | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Mon Jan 11 15:41:43 2016 +0200 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Mon Jan 11 15:41:43 2016 +0200 |
tree | 8d7e7d63f3cb79ff31b8489d67935fc85b68693a | |
parent | 3af81f25057f1d40a7891dc394f94ec539c6c749 [diff] |
Fix versionadded to use 3.5.1 only for 3.5 branch
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index c896b8d..febb734 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst
@@ -622,7 +622,7 @@ :func:`run_coroutine_threadsafe` requires the *loop* argument to be passed explicitely. - .. versionadded:: 3.4.4, 3.5.1 + .. versionadded:: 3.5.1 .. coroutinefunction:: sleep(delay, result=None, \*, loop=None)