Add source link for asyncio.

This commit is contained in:
Guido van Rossum 2013-11-22 16:53:25 -08:00
parent bb6694de85
commit f8d0ff9f42
1 changed files with 3 additions and 0 deletions

View File

@ -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