From af117ed3d74bf0aa8b75c73155bdd63673133c8f Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sat, 6 Sep 2014 19:43:06 +1000 Subject: Issue #22346: also include asyncio PEP 411 notice in 3.4 --- Doc/library/asyncio.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Doc') diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index 90a152bf9b..fb1d6597e5 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/` -- cgit v1.2.1