From: Guido van Rossum Date: Sat, 6 Sep 2014 02:28:40 +0000 (-0700) Subject: Add PEP-411-compliant note about asyncio being provisional. Fixes issue #22346. X-Git-Tag: v3.5.0a1~952 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=779d453fc9a60bbeaa8ff22c77fb7c66c8c6c584;p=thirdparty%2FPython%2Fcpython.git Add PEP-411-compliant note about asyncio being provisional. Fixes issue #22346. --- diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index 90a152bf9b6e..fb1d6597e593 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/`