mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
It's now using mimetools instead of rfc822
This commit is contained in:
parent
2525bedfc0
commit
a3f53cde37
2 changed files with 6 additions and 6 deletions
|
@ -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
|
reply code from the request (e.g.\ \code{200} if the request was
|
||||||
handled properly); \var{message} is the message string corresponding
|
handled properly); \var{message} is the message string corresponding
|
||||||
to the reply code; and \var{header} is an instance of the class
|
to the reply code; and \var{header} is 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.
|
||||||
See the description of the \code{rfc822} module.
|
See the description of the \code{mimetools} module.
|
||||||
\stmodindex{rfc822}
|
\stmodindex{mimetools}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{getfile}{}
|
\begin{funcdesc}{getfile}{}
|
||||||
|
|
|
@ -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
|
reply code from the request (e.g.\ \code{200} if the request was
|
||||||
handled properly); \var{message} is the message string corresponding
|
handled properly); \var{message} is the message string corresponding
|
||||||
to the reply code; and \var{header} is an instance of the class
|
to the reply code; and \var{header} is 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.
|
||||||
See the description of the \code{rfc822} module.
|
See the description of the \code{mimetools} module.
|
||||||
\stmodindex{rfc822}
|
\stmodindex{mimetools}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{getfile}{}
|
\begin{funcdesc}{getfile}{}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue