[Python-checkins] r87821 - python/branches/py3k/Doc/library/threading.rst

antoine.pitrou python-checkins at python.org
Fri Jan 7 19:33:07 CET 2011


Author: antoine.pitrou
Date: Fri Jan  7 19:33:07 2011
New Revision: 87821

Log:
Put link to source at the end. There's nothing edificating in threading.py.



Modified:
   python/branches/py3k/Doc/library/threading.rst

Modified: python/branches/py3k/Doc/library/threading.rst
==============================================================================
--- python/branches/py3k/Doc/library/threading.rst	(original)
+++ python/branches/py3k/Doc/library/threading.rst	Fri Jan  7 19:33:07 2011
@@ -28,11 +28,6 @@
    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:
 
@@ -970,3 +965,9 @@
   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>`


More information about the Python-checkins mailing list