]> granicus.if.org Git - python/commitdiff
Revert r87821 which moved the source link to the wrong section (from the module intro...
authorRaymond Hettinger <python@rcn.com>
Fri, 7 Jan 2011 21:54:18 +0000 (21:54 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 7 Jan 2011 21:54:18 +0000 (21:54 +0000)
Doc/library/threading.rst

index a7b31ae0a66fcae89a94b9c0611b1636345dd861..3b1b1bfe227df3f58a7f3f1f2a8a2af65b90942a 100644 (file)
@@ -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>`