]> granicus.if.org Git - python/commitdiff
Issue #22346: also include asyncio PEP 411 notice in 3.4
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 6 Sep 2014 09:43:06 +0000 (19:43 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 6 Sep 2014 09:43:06 +0000 (19:43 +1000)
Doc/library/asyncio.rst

index 90a152bf9b6e9d081d2467430ea47e2095174dd2..fb1d6597e593e5a5d3207589c98b60902ffe8583 100644 (file)
@@ -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 <provisional package>`. 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/`