Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c994cd2

Browse files
committed
Merge 3.5
2 parents 81174d7 + c52e41d commit c994cd2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/library/asyncio.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
.. module:: asyncio
55
:synopsis: Asynchronous I/O, event loop, coroutines and tasks.
66

7+
.. note::
8+
9+
The asyncio package has been included in the standard library on a
10+
:term:`provisional basis <provisional package>`. Backwards incompatible
11+
changes (up to and including removal of the module) may occur if deemed
12+
necessary by the core developers.
13+
714
.. versionadded:: 3.4
815

916
**Source code:** :source:`Lib/asyncio/`

0 commit comments

Comments
 (0)