From: Yury Selivanov Date: Mon, 31 Aug 2015 15:42:31 +0000 (-0400) Subject: Make asyncio provisional X-Git-Tag: v3.6.0a1~1718^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c52e41d6b9bec8be06e539ea07fd3858d4087656;p=python Make asyncio provisional --- diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index b292ae91e6..9b4d65e5da 100644 --- a/Doc/library/asyncio.rst +++ b/Doc/library/asyncio.rst @@ -4,6 +4,13 @@ .. module:: asyncio :synopsis: Asynchronous I/O, event loop, coroutines and tasks. +.. note:: + + The asyncio package has been included in the standard library on a + :term:`provisional basis `. Backwards incompatible + changes (up to and including removal of the module) may occur if deemed + necessary by the core developers. + .. versionadded:: 3.4 **Source code:** :source:`Lib/asyncio/`