diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-22 16:47:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-22 16:47:27 (GMT) |
commit | 12a956921f22b7145309529e8fc86e8cc7fa1751 (patch) | |
tree | a70f1719fd1c0dd4cdd9b1a92bb978e00fac5204 /Doc/lib | |
parent | b774550ba5f7d8f0315e0c46d09531b41fe4bfb8 (diff) | |
download | cpython-12a956921f22b7145309529e8fc86e8cc7fa1751.zip cpython-12a956921f22b7145309529e8fc86e8cc7fa1751.tar.gz cpython-12a956921f22b7145309529e8fc86e8cc7fa1751.tar.bz2 |
Make some module references hyperlinks.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libhttplib.tex | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index 594a155..efdeac3 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -1,16 +1,15 @@ \section{\module{httplib} --- - HTTP protocol client.} -\declaremodule{standard}{httplib} + HTTP protocol client} +\declaremodule{standard}{httplib} \modulesynopsis{HTTP protocol client (requires sockets).} \indexii{HTTP}{protocol} - This module defines a class which implements the client side of the HTTP protocol. It is normally not used directly --- the module -\module{urllib}\refstmodindex{urllib} uses it to handle URLs that use -HTTP. +\refmodule{urllib}\refstmodindex{urllib} uses it to handle URLs that +use HTTP. The module defines one class, \class{HTTP}: @@ -103,7 +102,7 @@ read the reply from the server, and return a triple message string corresponding to the reply code; and \var{headers} is an instance of the class \class{mimetools.Message} containing the headers received from the server. See the description of the -\module{mimetools}\refstmodindex{mimetools} module. +\refmodule{mimetools}\refstmodindex{mimetools} module. \end{methoddesc} \begin{methoddesc}{getfile}{} |