From 8e1baa7583df3594d056197638c5b12c109eae11 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 15 Dec 2016 18:58:19 -0500 Subject: docs: asyncio is no longer provisional (grafted from 4cb3ea76ce68efd52271e499647abbf0f8a2941f) --- Doc/library/asyncio.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index 76bd9e9..b076b7d 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 -- cgit v0.12