Add more links to Python sources where the code is short, readable and an informative adjunct to the docs.
diff --git a/Doc/library/urlparse.rst b/Doc/library/urlparse.rst
index f3730e3..26d422f 100644
--- a/Doc/library/urlparse.rst
+++ b/Doc/library/urlparse.rst
@@ -33,6 +33,11 @@
 .. versionadded:: 2.5
    Support for the ``sftp`` and ``sips`` schemes.
 
+.. seealso::
+
+   Latest version of the `urlparse module Python source code
+   <http://svn.python.org/view/python/branches/release27-maint/Lib/urlparse.py?view=markup>`_
+
 The :mod:`urlparse` module defines the following functions: