summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-01-23 10:05:01 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-01-23 10:05:01 (GMT)
commit24f8ebf4c59a3cd0395950233b0aa46f267ceb87 (patch)
tree463661fd903328c7e80600f1f8b9255dacd2415d /Doc/library/asyncio.rst
parentc8ea81330c5d2e8385a7fa45d83c9cccb5ba28f1 (diff)
downloadcpython-24f8ebf4c59a3cd0395950233b0aa46f267ceb87.zip
cpython-24f8ebf4c59a3cd0395950233b0aa46f267ceb87.tar.gz
cpython-24f8ebf4c59a3cd0395950233b0aa46f267ceb87.tar.bz2
asyncio doc: Move streams to their own dedicated page
Diffstat (limited to 'Doc/library/asyncio.rst')
-rw-r--r--Doc/library/asyncio.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst
index 2e0e0d5..64e751b 100644
--- a/Doc/library/asyncio.rst
+++ b/Doc/library/asyncio.rst
@@ -47,6 +47,7 @@ Table of content:
asyncio-eventloop.rst
asyncio-task.rst
asyncio-protocol.rst
+ asyncio-stream.rst
asyncio-sync.rst
asyncio-dev.rst