]> granicus.if.org Git - python/commitdiff
It's now using mimetools instead of rfc822
authorGuido van Rossum <guido@python.org>
Mon, 2 Jun 1997 17:26:30 +0000 (17:26 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 2 Jun 1997 17:26:30 +0000 (17:26 +0000)
Doc/lib/libhttplib.tex
Doc/libhttplib.tex

index d2e242092b0ee09fa85d1155927a7f0ae7aa68e3..ce5b2e36f92bd4155958a755cbcde6852fa45b69 100644 (file)
@@ -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}{}
index d2e242092b0ee09fa85d1155927a7f0ae7aa68e3..ce5b2e36f92bd4155958a755cbcde6852fa45b69 100644 (file)
@@ -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}{}