]> granicus.if.org Git - python/commitdiff
#7256: add versionadded tags for functions copied from cgi.
authorGeorg Brandl <georg@python.org>
Tue, 3 Nov 2009 18:34:27 +0000 (18:34 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 3 Nov 2009 18:34:27 +0000 (18:34 +0000)
Doc/library/urlparse.rst

index 40f889b47d9fa07e109893197ab7077a4e8e18df..e238ff0ae96b29e7af57bdcb6405ae4f848abd4d 100644 (file)
@@ -121,6 +121,9 @@ The :mod:`urlparse` module defines the following functions:
    Use the :func:`urllib.urlencode` function to convert such dictionaries into
    query strings.
 
+   .. versionadded:: 2.6
+      Copied from the :mod:`cgi` module.
+
 
 .. function:: parse_qsl(qs[, keep_blank_values[, strict_parsing]])
 
@@ -141,6 +144,10 @@ The :mod:`urlparse` module defines the following functions:
    Use the :func:`urllib.urlencode` function to convert such lists of pairs into
    query strings.
 
+   .. versionadded:: 2.6
+      Copied from the :mod:`cgi` module.
+
+
 .. function:: urlunparse(parts)
 
    Construct a URL from a tuple as returned by ``urlparse()``. The *parts* argument