summaryrefslogtreecommitdiff
path: root/Doc/library/asyncio.rst
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 15:02:54 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 15:02:54 -0400
commitfa089b9b0b926c04e5d57812b7d7653472787965 (patch)
tree8dc5960aa04533868f942b0e325df1048ef05999 /Doc/library/asyncio.rst
parentc92bf83a829956e683a3d6bb1ae65aed74d7b92a (diff)
downloadcpython-git-fa089b9b0b926c04e5d57812b7d7653472787965.tar.gz
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
Diffstat (limited to 'Doc/library/asyncio.rst')
-rw-r--r--Doc/library/asyncio.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst
index 9b4d65e5da..f764c683b1 100644
--- a/Doc/library/asyncio.rst
+++ b/Doc/library/asyncio.rst
@@ -4,6 +4,10 @@
.. module:: asyncio
:synopsis: Asynchronous I/O, event loop, coroutines and tasks.
+.. versionadded:: 3.4
+
+**Source code:** :source:`Lib/asyncio/`
+
.. note::
The asyncio package has been included in the standard library on a
@@ -11,10 +15,6 @@
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/`
-
--------------
This module provides infrastructure for writing single-threaded concurrent