diff options
author | Guido van Rossum <guido@python.org> | 1997-06-02 17:34:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-06-02 17:34:22 (GMT) |
commit | 98b43eb0128038e653ae3545ecb0c60b390ff4eb (patch) | |
tree | 8e6bd72349a0b25f5682e598fe6e820082cda242 /Doc/liburllib.tex | |
parent | b9ee9c2298933658a114590d6dd1cbaf7aca0893 (diff) | |
download | cpython-98b43eb0128038e653ae3545ecb0c60b390ff4eb.zip cpython-98b43eb0128038e653ae3545ecb0c60b390ff4eb.tar.gz cpython-98b43eb0128038e653ae3545ecb0c60b390ff4eb.tar.bz2 |
It's now using mimetools instead of rfc822
Diffstat (limited to 'Doc/liburllib.tex')
-rw-r--r-- | Doc/liburllib.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/liburllib.tex b/Doc/liburllib.tex index 2eaa5f3..8fe7132 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} |