mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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
|
|
@ -61,7 +61,7 @@ URL that was parsed originally had redundant delimiters, e.g. a ? with
|
|||
an empty query (the draft states that these are equivalent).
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{urljoin}{base\, url\optional{\, allow_fragments}}
|
||||
\begin{funcdesc}{urljoin}{base, url\optional{, allow_fragments}}
|
||||
Construct a full (``absolute'') URL by combining a ``base URL''
|
||||
(\var{base}) with a ``relative URL'' (\var{url}). Informally, this
|
||||
uses components of the base URL, in particular the addressing scheme,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue