summaryrefslogtreecommitdiffstats
path: root/Doc/library/threading.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-07 21:54:18 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-07 21:54:18 (GMT)
commit7088abdca6c3e1285c66f51fe907e6c3446773ed (patch)
tree75ab4aa66e697753b5f95c3b8e1df3aff522fd75 /Doc/library/threading.rst
parent3be412d971091852eed7dfa271854f286e499f0b (diff)
downloadcpython-7088abdca6c3e1285c66f51fe907e6c3446773ed.zip
cpython-7088abdca6c3e1285c66f51fe907e6c3446773ed.tar.gz
cpython-7088abdca6c3e1285c66f51fe907e6c3446773ed.tar.bz2
Revert r87821 which moved the source link to the wrong section (from the module intro covering the module to a section on thread imports).
Diffstat (limited to 'Doc/library/threading.rst')
-rw-r--r--Doc/library/threading.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst
index a7b31ae..3b1b1bf 100644
--- a/Doc/library/threading.rst
+++ b/Doc/library/threading.rst
@@ -28,6 +28,11 @@ The :mod:`dummy_threading` module is provided for situations where
However, threading is still an appropriate model if you want to run
multiple I/O-bound tasks simultaneously.
+.. seealso::
+
+ Latest version of the :source:`threading module Python source code
+ <Lib/threading.py>`
+
This module defines the following functions and objects:
@@ -965,9 +970,3 @@ provided:
abide by this restriction will lead to intermittent exceptions and
crashes during interpreter shutdown (as the late imports attempt to
access machinery which is no longer in a valid state).
-
-
-.. seealso::
-
- Latest version of the :source:`threading module Python source code
- <Lib/threading.py>`