From: Guido van Rossum Date: Sun, 2 Aug 2015 13:50:27 +0000 (+0200) Subject: Remove warning about asyncio being provisional (it's not in 3.5 and up). X-Git-Tag: v3.5.0rc1~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75ead2b578a40611192c34a185c9ecf583f3a629;p=thirdparty%2FPython%2Fcpython.git Remove warning about asyncio being provisional (it's not in 3.5 and up). --- diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index 9b4d65e5da0f..b292ae91e61d 100644 --- a/Doc/library/asyncio.rst +++ b/Doc/library/asyncio.rst @@ -4,13 +4,6 @@ .. 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/`