]> granicus.if.org Git - python/commitdiff
asyncio.docs: Fix versionadded
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 18 Nov 2015 17:44:31 +0000 (12:44 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 18 Nov 2015 17:44:31 +0000 (12:44 -0500)
Doc/library/asyncio-task.rst

index 41bde257e171cfd2721d1c2fdd2eff7e3e4d460a..feea9d251c0c1bdb6467e6b276d6afec6674c1d0 100644 (file)
@@ -699,4 +699,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