summaryrefslogtreecommitdiffstats
path: root/Doc/libhttplib.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-06-02 17:26:30 (GMT)
committerGuido van Rossum <guido@python.org>1997-06-02 17:26:30 (GMT)
commita3f53cde37be662df97773db17cbabf480a52c79 (patch)
tree132782e782b6cfe3c9b29fdf417c690e1bb4ce66 /Doc/libhttplib.tex
parent2525bedfc06a0f39af0674770c665b7e231122b7 (diff)
downloadcpython-a3f53cde37be662df97773db17cbabf480a52c79.zip
cpython-a3f53cde37be662df97773db17cbabf480a52c79.tar.gz
cpython-a3f53cde37be662df97773db17cbabf480a52c79.tar.bz2
It's now using mimetools instead of rfc822
Diffstat (limited to 'Doc/libhttplib.tex')
-rw-r--r--Doc/libhttplib.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/libhttplib.tex b/Doc/libhttplib.tex
index d2e2420..ce5b2e3 100644
--- a/Doc/libhttplib.tex
+++ b/Doc/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}{}