From: Michael Foord Date: Fri, 28 Sep 2012 13:40:44 +0000 (+0100) Subject: urllib.parse.urlencode doc updarte. X-Git-Tag: v3.3.1rc1~818^2^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=207d22993320c74732e996e5d4843874d2640bcd;p=python urllib.parse.urlencode doc updarte. Closes issue 15593 --- diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst index bc1da62b3f..b6f241c287 100644 --- a/Doc/library/urllib.parse.rst +++ b/Doc/library/urllib.parse.rst @@ -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