summaryrefslogtreecommitdiffstats
path: root/Doc/library/_dummy_thread.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-02-10 08:09:36 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-02-10 08:09:36 (GMT)
commit3029affc85d729aee385646db23fa290c64b02b7 (patch)
treea779065bbc7273cc6837786ee4c6408ed0a4d4eb /Doc/library/_dummy_thread.rst
parenta2f154459aa5ac08429160bdbcd9d2a146ac1e79 (diff)
downloadcpython-3029affc85d729aee385646db23fa290c64b02b7.zip
cpython-3029affc85d729aee385646db23fa290c64b02b7.tar.gz
cpython-3029affc85d729aee385646db23fa290c64b02b7.tar.bz2
Add missing source links.
Diffstat (limited to 'Doc/library/_dummy_thread.rst')
-rw-r--r--Doc/library/_dummy_thread.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/_dummy_thread.rst b/Doc/library/_dummy_thread.rst
index 62e5708..83aec12 100644
--- a/Doc/library/_dummy_thread.rst
+++ b/Doc/library/_dummy_thread.rst
@@ -4,6 +4,9 @@
.. module:: _dummy_thread
:synopsis: Drop-in replacement for the _thread module.
+**Source code:** :source:`Lib/_dummy_thread.py`
+
+--------------
This module provides a duplicate interface to the :mod:`_thread` module. It is
meant to be imported when the :mod:`_thread` module is not provided on a