summaryrefslogtreecommitdiff
path: root/Doc/library/asyncio-stream.rst
diff options
context:
space:
mode:
authorKyle Stanley <aeros167@gmail.com>2019-10-10 19:18:46 -0400
committerYury Selivanov <yury@magic.io>2019-10-10 19:18:46 -0400
commitf900064ac4b35226caad7502abc8a7e64f1c0e9d (patch)
tree62365d9742710a07f167c66cb65537f8c1df0dce /Doc/library/asyncio-stream.rst
parent320dd504ddf65efe946e6d1e89053ed2d7ebe1e9 (diff)
downloadcpython-git-f900064ac4b35226caad7502abc8a7e64f1c0e9d.tar.gz
docs: Add asyncio source code links (GH-16640)
Diffstat (limited to 'Doc/library/asyncio-stream.rst')
-rw-r--r--Doc/library/asyncio-stream.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst
index 471e6e9099..bb899714a0 100644
--- a/Doc/library/asyncio-stream.rst
+++ b/Doc/library/asyncio-stream.rst
@@ -6,6 +6,10 @@
Streams
=======
+**Source code:** :source:`Lib/asyncio/streams.py`
+
+-------------------------------------------------
+
Streams are high-level async/await-ready primitives to work with
network connections. Streams allow sending and receiving data without
using callbacks or low-level protocols and transports.