From: Guido van Rossum Date: Mon, 2 Jun 1997 17:34:22 +0000 (+0000) Subject: It's now using mimetools instead of rfc822 X-Git-Tag: v1.5a3~392 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98b43eb0128038e653ae3545ecb0c60b390ff4eb;p=python It's now using mimetools instead of rfc822 --- diff --git a/Doc/lib/liburllib.tex b/Doc/lib/liburllib.tex index 2eaa5f3a8b..8fe71322e9 100644 --- a/Doc/lib/liburllib.tex +++ b/Doc/lib/liburllib.tex @@ -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} diff --git a/Doc/liburllib.tex b/Doc/liburllib.tex index 2eaa5f3a8b..8fe71322e9 100644 --- a/Doc/liburllib.tex +++ b/Doc/liburllib.tex @@ -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}