diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2014-01-24 17:33:20 +0100 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2014-01-24 17:33:20 +0100 |
| commit | 4b4f9ebfea4148b9d483aefb24f88c18e1f505b4 (patch) | |
| tree | 07008496fc74116e569666daaf4ff990a9015df7 /Doc/library/asyncio-stream.rst | |
| parent | 1374bd41b1e57fb47fcadc0fad9412f4618be317 (diff) | |
| download | cpython-git-4b4f9ebfea4148b9d483aefb24f88c18e1f505b4.tar.gz | |
asyncio doc: add a "Coroutines and protocols" section
Diffstat (limited to 'Doc/library/asyncio-stream.rst')
| -rw-r--r-- | Doc/library/asyncio-stream.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index 0772516888..f2a9f1268e 100644 --- a/Doc/library/asyncio-stream.rst +++ b/Doc/library/asyncio-stream.rst @@ -1,5 +1,7 @@ .. currentmodule:: asyncio +.. _streams: + ++++++++++++++++++++++++ Streams (high-level API) ++++++++++++++++++++++++ |
