From: Andrew Svetlov Date: Mon, 11 Jan 2016 13:41:43 +0000 (+0200) Subject: Fix versionadded to use 3.5.1 only for 3.5 branch X-Git-Tag: v3.6.0a1~798^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea471348f47253da0fd9701b28bcba76e27fecbf;p=thirdparty%2FPython%2Fcpython.git 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 c896b8d37917..febb734bcd1c 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)