mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix and add reference to urllib.urlencode for parse_qsl? functions.
This commit is contained in:
parent
62aa994633
commit
1213bdd16d
1 changed files with 5 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue