Commit 1213bdd1 authored by Brett Cannon's avatar Brett Cannon

Fix and add reference to urllib.urlencode for parse_qsl? functions.

parent 62aa9946
......@@ -331,6 +331,10 @@ The optional argument \var{strict_parsing} is a flag indicating what
to do with parsing errors. If false (the default), errors
are silently ignored. If true, errors raise a ValueError
exception.
Use the \function{\refmodule{urllib}.urlencode()} function to convert
such dictionaries into query strings.
\end{funcdesc}
\begin{funcdesc}{parse_qsl}{qs\optional{, keep_blank_values\optional{,
......@@ -352,7 +356,7 @@ to do with parsing errors. If false (the default), errors
are silently ignored. If true, errors raise a ValueError
exception.
Use the \function{\refmodule{cgi}.urlencode()} function to convert
Use the \function{\refmodule{urllib}.urlencode()} function to convert
such lists of pairs into query strings.
\end{funcdesc}
......
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