Skip to content

Commit 85a2be7

Browse files
committed
ayncio: replace the disclamer with a seealso section
1 parent 15faa9c commit 85a2be7

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

Doc/library/asyncio.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
This module provides infrastructure for writing single-threaded concurrent
1414
code using coroutines, multiplexing I/O access over sockets and other
1515
resources, running network clients and servers, and other related primitives.
16-
1716
Here is a more detailed list of the package contents:
1817

1918
* a pluggable :ref:`event loop <event-loop>` with various system-specific
@@ -40,14 +39,7 @@ Here is a more detailed list of the package contents:
4039
you absolutely, positively have to use a library that makes blocking
4140
I/O calls.
4241

43-
44-
Disclaimer
45-
==========
46-
47-
Full documentation is not yet ready; we hope to have it written
48-
before Python 3.4 leaves beta. Until then, the best reference is
49-
:PEP:`3156`. For a motivational primer on transports and protocols,
50-
see :PEP:`3153`.
42+
Table of content:
5143

5244
.. toctree::
5345
:maxdepth: 3
@@ -58,3 +50,8 @@ see :PEP:`3153`.
5850
asyncio-protocol.rst
5951
asyncio-sync.rst
6052

53+
.. seealso::
54+
55+
The :mod:`asyncio` module was designed in the :PEP:`3156`. For a
56+
motivational primer on transports and protocols, see :PEP:`3153`.
57+

0 commit comments

Comments
 (0)