]> granicus.if.org Git - python/commitdiff
urllib.parse.urlencode doc updarte.
authorMichael Foord <michael@voidspace.org.uk>
Fri, 28 Sep 2012 13:40:44 +0000 (14:40 +0100)
committerMichael Foord <michael@voidspace.org.uk>
Fri, 28 Sep 2012 13:40:44 +0000 (14:40 +0100)
Closes issue 15593

Doc/library/urllib.parse.rst

index bc1da62b3f2e8b59a4a4f5959bdacb49453fe317..b6f241c287b04b088cab98d45e4af938a40f4e59 100644 (file)
@@ -141,8 +141,9 @@ or on combining URL components into a URL string.
    percent-encoded sequences into Unicode characters, as accepted by the
    :meth:`bytes.decode` method.
 
-   Use the :func:`urllib.parse.urlencode` function to convert such
-   dictionaries into query strings.
+   Use the :func:`urllib.parse.urlencode` function (with the ``doseq``
+   parameter set to ``True``) to convert such dictionaries into query
+   strings.
 
 
    .. versionchanged:: 3.2