diff options
| author | Guido van Rossum <guido@dropbox.com> | 2013-11-22 16:53:25 -0800 |
|---|---|---|
| committer | Guido van Rossum <guido@dropbox.com> | 2013-11-22 16:53:25 -0800 |
| commit | f8d0ff9f423d56cc155da2a234a74b42eab95ac8 (patch) | |
| tree | 660ed2770a578098aff79181924905b94a8bddf8 | |
| parent | bb6694de85341a0312beba1f91a364b8880008de (diff) | |
| download | cpython-git-f8d0ff9f423d56cc155da2a234a74b42eab95ac8.tar.gz | |
Add source link for asyncio.
| -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 21b72bfa71..bf33f4e0cb 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 |
