Provide links to Python source where the code is short, readable and
informative adjunct to the docs. Forward-port of Raymond's r86225 and
r86245 using the new source reST role added in #10334.
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst
index 702f4be..d3d7d9e 100644
--- a/Doc/library/threading.rst
+++ b/Doc/library/threading.rst
@@ -17,6 +17,11 @@
methods and functions in this module in the Python 2.x series are still
supported by this module.
+.. seealso::
+
+ Latest version of the :source:`threading module Python source code
+ <Lib/threading.py>`
+
This module defines the following functions and objects: