Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98b43eb

Browse files
committed
It's now using mimetools instead of rfc822
1 parent b9ee9c2 commit 98b43eb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/liburllib.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ \section{Standard Module \sectcode{urllib}}
3131
required.)
3232

3333
The \code{info()} method returns an instance of the class
34-
\code{rfc822.Message} containing the headers received from the server,
34+
\code{mimetools.Message} containing the headers received from the server,
3535
if the protocol uses such headers (currently the only supported
3636
protocol that uses this is HTTP). See the description of the
37-
\code{rfc822} module.
37+
\code{mimetools} module.
3838
\end{funcdesc}
3939

4040
\begin{funcdesc}{urlretrieve}{url}

Doc/liburllib.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ \section{Standard Module \sectcode{urllib}}
3131
required.)
3232

3333
The \code{info()} method returns an instance of the class
34-
\code{rfc822.Message} containing the headers received from the server,
34+
\code{mimetools.Message} containing the headers received from the server,
3535
if the protocol uses such headers (currently the only supported
3636
protocol that uses this is HTTP). See the description of the
37-
\code{rfc822} module.
37+
\code{mimetools} module.
3838
\end{funcdesc}
3939

4040
\begin{funcdesc}{urlretrieve}{url}

0 commit comments

Comments
 (0)