diff options
author | Guido van Rossum <guido@dropbox.com> | 2013-11-23 00:53:25 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@dropbox.com> | 2013-11-23 00:53:25 (GMT) |
commit | f8d0ff9f423d56cc155da2a234a74b42eab95ac8 (patch) | |
tree | 660ed2770a578098aff79181924905b94a8bddf8 /Doc | |
parent | bb6694de85341a0312beba1f91a364b8880008de (diff) | |
download | cpython-f8d0ff9f423d56cc155da2a234a74b42eab95ac8.zip cpython-f8d0ff9f423d56cc155da2a234a74b42eab95ac8.tar.gz cpython-f8d0ff9f423d56cc155da2a234a74b42eab95ac8.tar.bz2 |
Add source link for asyncio.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/asyncio.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index 21b72bf..bf33f4e 100644 --- a/Doc/library/asyncio.rst +++ b/Doc/library/asyncio.rst @@ -6,6 +6,9 @@ .. versionadded:: 3.4 +**Source code:** :source:`Lib/asyncio/` + +-------------- This module provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other |