summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.parse.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-18 22:49:18 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-08-18 22:49:18 (GMT)
commit19f9b71ffea430bbab6fe993873bb2febd6f7af6 (patch)
tree8611ba4d7df76ddff9b95e40815a24900ba6aad2 /Doc/library/urllib.parse.rst
parentd001ffe7455605219ae47867beb2b8eb643e4493 (diff)
downloadcpython-19f9b71ffea430bbab6fe993873bb2febd6f7af6.zip
cpython-19f9b71ffea430bbab6fe993873bb2febd6f7af6.tar.gz
cpython-19f9b71ffea430bbab6fe993873bb2febd6f7af6.tar.bz2
Add a few missing source links from 2.7 and harmonize lib docs headers
Diffstat (limited to 'Doc/library/urllib.parse.rst')
-rw-r--r--Doc/library/urllib.parse.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst
index c77a679..aece714 100644
--- a/Doc/library/urllib.parse.rst
+++ b/Doc/library/urllib.parse.rst
@@ -12,6 +12,10 @@
pair: URL; parsing
pair: relative; URL
+**Source code:** :source:`Lib/urllib/parse.py`
+
+--------------
+
This module defines a standard interface to break Uniform Resource Locator (URL)
strings up in components (addressing scheme, network location, path etc.), to
combine the components back into a URL string, and to convert a "relative URL"