diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-24 16:28:06 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-24 16:28:06 (GMT) |
commit | ead4975b9f40e913eeb8f2b87a184a01123516d8 (patch) | |
tree | 46f854d62d158ffce634b56fa2397c83886ea5cc /Doc/library/asyncore.rst | |
parent | 399bf7be41db011850971adad917b3edb9e81542 (diff) | |
download | cpython-ead4975b9f40e913eeb8f2b87a184a01123516d8.zip cpython-ead4975b9f40e913eeb8f2b87a184a01123516d8.tar.gz cpython-ead4975b9f40e913eeb8f2b87a184a01123516d8.tar.bz2 |
Missing source links.
Diffstat (limited to 'Doc/library/asyncore.rst')
-rw-r--r-- | Doc/library/asyncore.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/asyncore.rst b/Doc/library/asyncore.rst index 8e6c243..b168ca7 100644 --- a/Doc/library/asyncore.rst +++ b/Doc/library/asyncore.rst @@ -9,6 +9,9 @@ .. sectionauthor:: Steve Holden <sholden@holdenweb.com> .. heavily adapted from original documentation by Sam Rushing +**Source code:** :source:`Lib/asyncore.py` + +-------------- This module provides the basic infrastructure for writing asynchronous socket service clients and servers. |