From 6db7a4b81a0d2d09f3b58ecc6bb12dfa60c502d8 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 15 Dec 2016 18:58:19 -0500 Subject: [PATCH] docs: asyncio is no longer provisional --- Doc/library/asyncio.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index 76bd9e98482..b076b7d0093 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