Add more links to Python sources where the code is short, readable and an informative adjunct to the docs.
diff --git a/Doc/library/pprint.rst b/Doc/library/pprint.rst
index 36a2bc4..7f13029 100644
--- a/Doc/library/pprint.rst
+++ b/Doc/library/pprint.rst
@@ -28,6 +28,11 @@
.. versionchanged:: 2.6
Added support for :class:`set` and :class:`frozenset`.
+.. seealso::
+
+ Latest version of the `pprint module Python source code
+ <http://svn.python.org/view/python/branches/release27-maint/Lib/pprint.py?view=markup>`_
+
The :mod:`pprint` module defines one class:
.. First the implementation class: