Add more links to Python sources where the code is short, readable and an informative adjunct to the docs.
diff --git a/Doc/library/repr.rst b/Doc/library/repr.rst
index 78284f0..5bf5bf2 100644
--- a/Doc/library/repr.rst
+++ b/Doc/library/repr.rst
@@ -15,6 +15,11 @@
with limits on the size of the resulting strings. This is used in the Python
debugger and may be useful in other contexts as well.
+.. seealso::
+
+ Latest version of the `repr module Python source code
+ <http://svn.python.org/view/python/branches/release27-maint/Lib/repr.py?view=markup>`_
+
This module provides a class, an instance, and a function: