[Python-Dev] [Python-checkins] cpython (3.4): asyncio.docs: Fix versionadded (original) (raw)
Martin Panter vadmium+py at gmail.com
Wed Nov 18 21:28:40 EST 2015
- Previous message (by thread): [Python-Dev] Reading Python source file
- Next message (by thread): [Python-Dev] Python stdlib ssl.SSLContext is missing mode setting ability
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 18 November 2015 at 17:45, yury.selivanov <python-checkins at python.org> wrote:
https://hg.python.org/cpython/rev/b34c42e46e7b changeset: 99204:b34c42e46e7b branch: 3.4 parent: 99201:89d66f912671 user: Yury Selivanov <yselivanov at sprymix.com> date: Wed Nov 18 12:44:31 2015 -0500 summary: asyncio.docs: Fix versionadded
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 @@ -699,4 +699,4 @@ Unlike the functions above, :func:
runcoroutinethreadsafe
requires the loop argument to be passed explicitely. - .. versionadded:: 3.4.4 + .. versionadded:: 3.4.4, 3.5.1
This doesn’t get marked up properly; have a look at <https://docs.python.org/3.4/library/asyncio-task.html#asyncio.run_coroutine_threadsafe>.
- Previous message (by thread): [Python-Dev] Reading Python source file
- Next message (by thread): [Python-Dev] Python stdlib ssl.SSLContext is missing mode setting ability
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]