[Python-checkins] cpython: urllib.parse.urlencode doc updarte.

michael.foord python-checkins at python.org
Fri Sep 28 15:41:00 CEST 2012


http://hg.python.org/cpython/rev/8590e9b05069
changeset:   79207:8590e9b05069
parent:      79204:1f6f7a97d277
user:        Michael Foord <michael at voidspace.org.uk>
date:        Fri Sep 28 14:40:44 2012 +0100
summary:
  urllib.parse.urlencode doc updarte.
Closes issue 15593

files:
  Doc/library/urllib.parse.rst |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst
--- a/Doc/library/urllib.parse.rst
+++ b/Doc/library/urllib.parse.rst
@@ -141,8 +141,9 @@
    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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list