From: Yury Selivanov Date: Thu, 15 Dec 2016 23:58:19 +0000 (-0500) Subject: docs: asyncio is no longer provisional X-Git-Tag: v3.6.0rc2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e1baa7583df3594d056197638c5b12c109eae11;p=thirdparty%2FPython%2Fcpython.git docs: asyncio is no longer provisional (grafted from 4cb3ea76ce68efd52271e499647abbf0f8a2941f) --- diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index 76bd9e984827..b076b7d0093b 100644 --- a/Doc/library/asyncio.rst +++ b/Doc/library/asyncio.rst @@ -8,13 +8,6 @@ **Source code:** :source:`Lib/asyncio/` -.. 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. - -------------- This module provides infrastructure for writing single-threaded concurrent