mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Change "\," to just "," in function signatures. This is easier to maintain,
works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
This commit is contained in:
parent
c9a4438c16
commit
cce1090d49
129 changed files with 705 additions and 703 deletions
|
|
@ -191,7 +191,7 @@ Parse a query string given as a string argument (data of type
|
|||
\mimetype{application/x-www-form-urlencoded}).
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{parse_multipart}{fp\, pdict}
|
||||
\begin{funcdesc}{parse_multipart}{fp, pdict}
|
||||
Parse input of type \mimetype{multipart/form-data} (for
|
||||
file uploads). Arguments are \var{fp} for the input file and
|
||||
\var{pdict} for the dictionary containing other parameters of
|
||||
|
|
@ -236,7 +236,7 @@ Print a list of useful (used by CGI) environment variables in
|
|||
HTML.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{escape}{s\optional{\, quote}}
|
||||
\begin{funcdesc}{escape}{s\optional{, quote}}
|
||||
Convert the characters
|
||||
\character{\&}, \character{<} and \character{>} in string \var{s} to
|
||||
HTML-safe sequences. Use this if you need to display text that might
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue