From: Antoine Pitrou Date: Fri, 7 Jan 2011 18:33:07 +0000 (+0000) Subject: Put link to source at the end. There's nothing edificating in threading.py. X-Git-Tag: v3.2rc1~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39e352cb46fdd6b7ca55bdd4cb7f16a88c75842b;p=python Put link to source at the end. There's nothing edificating in threading.py. --- diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 3b1b1bfe22..a7b31ae0a6 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -28,11 +28,6 @@ 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 - ` - This module defines the following functions and objects: @@ -970,3 +965,9 @@ 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 + `