Use the :func:`urllib.urlencode` function to convert such dictionaries into
query strings.
+ .. versionadded:: 2.6
+ Copied from the :mod:`cgi` module.
+
.. function:: parse_qsl(qs[, keep_blank_values[, strict_parsing]])
Use the :func:`urllib.urlencode` function to convert such lists of pairs into
query strings.
+ .. versionadded:: 2.6
+ Copied from the :mod:`cgi` module.
+
+
.. function:: urlunparse(parts)
Construct a URL from a tuple as returned by ``urlparse()``. The *parts* argument