Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7088abd

Browse files
committed
Revert r87821 which moved the source link to the wrong section (from the module intro covering the module to a section on thread imports).
1 parent 3be412d commit 7088abd

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Doc/library/threading.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ The :mod:`dummy_threading` module is provided for situations where
2828
However, threading is still an appropriate model if you want to run
2929
multiple I/O-bound tasks simultaneously.
3030

31+
.. seealso::
32+
33+
Latest version of the :source:`threading module Python source code
34+
<Lib/threading.py>`
35+
3136

3237
This module defines the following functions and objects:
3338

@@ -965,9 +970,3 @@ provided:
965970
abide by this restriction will lead to intermittent exceptions and
966971
crashes during interpreter shutdown (as the late imports attempt to
967972
access machinery which is no longer in a valid state).
968-
969-
970-
.. seealso::
971-
972-
Latest version of the :source:`threading module Python source code
973-
<Lib/threading.py>`

0 commit comments

Comments
 (0)