diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-01-23 10:05:01 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-01-23 10:05:01 (GMT) |
commit | 24f8ebf4c59a3cd0395950233b0aa46f267ceb87 (patch) | |
tree | 463661fd903328c7e80600f1f8b9255dacd2415d /Doc/library/asyncio.rst | |
parent | c8ea81330c5d2e8385a7fa45d83c9cccb5ba28f1 (diff) | |
download | cpython-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.rst | 1 |
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 |