Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cca70 commit 207d229Copy full SHA for 207d229
1 file changed
Doc/library/urllib.parse.rst
@@ -141,8 +141,9 @@ or on combining URL components into a URL string.
141
percent-encoded sequences into Unicode characters, as accepted by the
142
:meth:`bytes.decode` method.
143
144
- Use the :func:`urllib.parse.urlencode` function to convert such
145
- dictionaries into query strings.
+ Use the :func:`urllib.parse.urlencode` function (with the ``doseq``
+ parameter set to ``True``) to convert such dictionaries into query
146
+ strings.
147
148
149
.. versionchanged:: 3.2
0 commit comments