mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Shorten the module synopsis.
This commit is contained in:
parent
9940bd717c
commit
72d157e998
3 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
\section{Standard Module \module{BaseHTTPServer}}
|
\section{Standard Module \module{BaseHTTPServer}}
|
||||||
\declaremodule{standard}{BaseHTTPServer}
|
\declaremodule{standard}{BaseHTTPServer}
|
||||||
|
|
||||||
\modulesynopsis{Basic HTTP server (base class for SimpleHTTPServer and CGIHTTPServer).}
|
\modulesynopsis{Basic HTTP server (base class for
|
||||||
|
\class{SimpleHTTPServer} and \class{CGIHTTPServer}).}
|
||||||
|
|
||||||
|
|
||||||
\indexii{WWW}{server}
|
\indexii{WWW}{server}
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
\section{Standard Module \module{urlparse}}
|
\section{Standard Module \module{urlparse}}
|
||||||
\declaremodule{standard}{urlparse}
|
\declaremodule{standard}{urlparse}
|
||||||
|
|
||||||
\modulesynopsis{Parse a URL string into a tuple (addressing scheme identifier, network
|
\modulesynopsis{Parse URLs into components.}
|
||||||
location, path, parameters, query string, fragment identifier).}
|
|
||||||
|
|
||||||
\index{WWW}
|
\index{WWW}
|
||||||
\index{World-Wide Web}
|
\index{World-Wide Web}
|
||||||
|
|
@ -14,7 +13,7 @@ location, path, parameters, query string, fragment identifier).}
|
||||||
This module defines a standard interface to break URL strings up in
|
This module defines a standard interface to break URL strings up in
|
||||||
components (addessing scheme, network location, path etc.), to combine
|
components (addessing scheme, network location, path etc.), to combine
|
||||||
the components back into a URL string, and to convert a ``relative
|
the components back into a URL string, and to convert a ``relative
|
||||||
URL'' to an absolute URL given a ``base URL''.
|
URL'' to an absolute URL given a ``base URL.''
|
||||||
|
|
||||||
The module has been designed to match the Internet RFC on Relative
|
The module has been designed to match the Internet RFC on Relative
|
||||||
Uniform Resource Locators (and discovered a bug in an earlier
|
Uniform Resource Locators (and discovered a bug in an earlier
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
\declaremodule{standard}{xdrlib}
|
\declaremodule{standard}{xdrlib}
|
||||||
|
|
||||||
\modulesynopsis{The External Data Representation Standard as described
|
\modulesynopsis{The External Data Representation Standard as described
|
||||||
in \rfc{1014}, written by Sun Microsystems, Inc. June 1987.}
|
in \rfc{1014}.}
|
||||||
|
|
||||||
\index{XDR}
|
\index{XDR}
|
||||||
\index{External Data Representation}
|
\index{External Data Representation}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue