diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-07 18:33:07 (GMT) | 
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-07 18:33:07 (GMT) | 
| commit | 39e352cb46fdd6b7ca55bdd4cb7f16a88c75842b (patch) | |
| tree | 28e2e70145f5ed9fd312b1727195324687565f9f | |
| parent | fb6fd5d019b97ca5318e20560092db810e61dfe4 (diff) | |
| download | cpython-39e352cb46fdd6b7ca55bdd4cb7f16a88c75842b.zip cpython-39e352cb46fdd6b7ca55bdd4cb7f16a88c75842b.tar.gz cpython-39e352cb46fdd6b7ca55bdd4cb7f16a88c75842b.tar.bz2 | |
Put link to source at the end. There's nothing edificating in threading.py.
| -rw-r--r-- | Doc/library/threading.rst | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 3b1b1bf..a7b31ae 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 -   <Lib/threading.py>` -  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 +   <Lib/threading.py>` | 
