mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
urllib.parse.urlencode doc updarte.
Closes issue 15593
This commit is contained in:
parent
74cca70ce2
commit
207d229933
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue