summaryrefslogtreecommitdiff
path: root/Doc/lib/libhttplib.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-06-02 17:26:30 +0000
committerGuido van Rossum <guido@python.org>1997-06-02 17:26:30 +0000
commit2f105f5e87a8a5e991ad05e11453646e050e7122 (patch)
treef320f3418b5477fbe2f41ea2555667a0625db9d8 /Doc/lib/libhttplib.tex
parent3a00cef349865d2b618d7d891599226489863070 (diff)
downloadcpython-2f105f5e87a8a5e991ad05e11453646e050e7122.tar.gz
It's now using mimetools instead of rfc822
Diffstat (limited to 'Doc/lib/libhttplib.tex')
-rw-r--r--Doc/lib/libhttplib.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex
index d2e242092b..ce5b2e36f9 100644
--- a/Doc/lib/libhttplib.tex
+++ b/Doc/lib/libhttplib.tex
@@ -95,9 +95,9 @@ read the reply from the server, and return a triple (\var{replycode},
reply code from the request (e.g.\ \code{200} if the request was
handled properly); \var{message} is the message string corresponding
to the reply code; and \var{header} is an instance of the class
-\code{rfc822.Message} containing the headers received from the server.
-See the description of the \code{rfc822} module.
-\stmodindex{rfc822}
+\code{mimetools.Message} containing the headers received from the server.
+See the description of the \code{mimetools} module.
+\stmodindex{mimetools}
\end{funcdesc}
\begin{funcdesc}{getfile}{}