Provide links to Python source in a handful of
cases where the source is a generally helpful
adjunct to the docs.
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst
index 2028f8b..b22d3d1 100644
--- a/Doc/library/threading.rst
+++ b/Doc/library/threading.rst
@@ -26,6 +26,10 @@
Starting with Python 2.5, several Thread methods raise :exc:`RuntimeError`
instead of :exc:`AssertionError` if called erroneously.
+.. seealso::
+
+ Latest version of the `threading module Python source code
+ <http://svn.python.org/view/python/branches/release27-maint/Lib/threading.py?view=markup>`_
This module defines the following functions and objects: