]> 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:34:22 +0000 (17:34 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 2 Jun 1997 17:34:22 +0000 (17:34 +0000)
Doc/lib/liburllib.tex
Doc/liburllib.tex

index 2eaa5f3a8bf91b676881bd1fd69b869a249dc34d..8fe71322e978feba6a4753c02f43612546553089 100644 (file)
@@ -31,10 +31,10 @@ used at those few places where a true built-in file object is
 required.)
 
 The \code{info()} method returns an instance of the class
-\code{rfc822.Message} containing the headers received from the server,
+\code{mimetools.Message} containing the headers received from the server,
 if the protocol uses such headers (currently the only supported
 protocol that uses this is HTTP).  See the description of the
-\code{rfc822} module.
+\code{mimetools} module.
 \end{funcdesc}
 
 \begin{funcdesc}{urlretrieve}{url}
index 2eaa5f3a8bf91b676881bd1fd69b869a249dc34d..8fe71322e978feba6a4753c02f43612546553089 100644 (file)
@@ -31,10 +31,10 @@ used at those few places where a true built-in file object is
 required.)
 
 The \code{info()} method returns an instance of the class
-\code{rfc822.Message} containing the headers received from the server,
+\code{mimetools.Message} containing the headers received from the server,
 if the protocol uses such headers (currently the only supported
 protocol that uses this is HTTP).  See the description of the
-\code{rfc822} module.
+\code{mimetools} module.
 \end{funcdesc}
 
 \begin{funcdesc}{urlretrieve}{url}