Kaydet (Commit) 207d2299 authored tarafından Michael Foord's avatar Michael Foord

urllib.parse.urlencode doc updarte.

Closes issue 15593
üst 74cca70c
...@@ -141,8 +141,9 @@ or on combining URL components into a URL string. ...@@ -141,8 +141,9 @@ or on combining URL components into a URL string.
percent-encoded sequences into Unicode characters, as accepted by the percent-encoded sequences into Unicode characters, as accepted by the
:meth:`bytes.decode` method. :meth:`bytes.decode` method.
Use the :func:`urllib.parse.urlencode` function to convert such Use the :func:`urllib.parse.urlencode` function (with the ``doseq``
dictionaries into query strings. parameter set to ``True``) to convert such dictionaries into query
strings.
.. versionchanged:: 3.2 .. versionchanged:: 3.2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment