[Python-checkins] cpython (3.5): Fix versionadded to use 3.5.1 only for 3.5 branch

andrew.svetlov python-checkins at python.org
Mon Jan 11 08:42:15 EST 2016


https://hg.python.org/cpython/rev/8e0c7c78f532
changeset:   99842:8e0c7c78f532
branch:      3.5
parent:      99840:858b172b77f6
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Mon Jan 11 15:41:43 2016 +0200
summary:
  Fix versionadded to use 3.5.1 only for 3.5 branch

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
@@ -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)
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list