mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
SF bug #1277016: Turn sentence fragment into a complete sentence.
This commit is contained in:
parent
be5615ef99
commit
ff9ca5e39b
1 changed files with 3 additions and 3 deletions
|
@ -69,9 +69,9 @@ This is similar to \function{urlparse()}, but does not split the
|
||||||
params from the URL. This should generally be used instead of
|
params from the URL. This should generally be used instead of
|
||||||
\function{urlparse()} if the more recent URL syntax allowing
|
\function{urlparse()} if the more recent URL syntax allowing
|
||||||
parameters to be applied to each segment of the \var{path} portion of
|
parameters to be applied to each segment of the \var{path} portion of
|
||||||
the URL (see \rfc{2396}). A separate function is needed to separate
|
the URL (see \rfc{2396}) is wanted. A separate function is needed to
|
||||||
the path segments and parameters. This function returns a 5-tuple:
|
separate the path segments and parameters. This function returns a
|
||||||
(addressing scheme, network location, path, query, fragment
|
5-tuple: (addressing scheme, network location, path, query, fragment
|
||||||
identifier).
|
identifier).
|
||||||
\versionadded{2.2}
|
\versionadded{2.2}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue