mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Add cross-references between urllib.urlencode() and cgi.parse_qs[l]().
Closes SF bug #724751.
This commit is contained in:
parent
54aa5781d5
commit
d859d470a1
2 changed files with 6 additions and 0 deletions
|
@ -351,6 +351,9 @@ 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{cgi}.urlencode()} function to convert
|
||||
such lists of pairs into query strings.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{parse_multipart}{fp, pdict}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue