diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2016-01-11 15:41:43 +0200 |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2016-01-11 15:41:43 +0200 |
commit | ea471348f47253da0fd9701b28bcba76e27fecbf (patch) | |
tree | 8d7e7d63f3cb79ff31b8489d67935fc85b68693a | |
parent | 3af81f25057f1d40a7891dc394f94ec539c6c749 (diff) | |
download | cpython-git-ea471348f47253da0fd9701b28bcba76e27fecbf.tar.gz |
Fix versionadded to use 3.5.1 only for 3.5 branch
-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 c896b8d379..febb734bcd 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -622,7 +622,7 @@ Task functions :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) |