mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
There's no such method as has_option() -- should be has_extn().
This commit is contained in:
parent
d4fee28717
commit
19b6f60f5c
1 changed files with 2 additions and 2 deletions
|
|
@ -138,9 +138,9 @@ when necessary.
|
||||||
Identify yourself to an ESMTP server using \samp{EHLO}. The hostname
|
Identify yourself to an ESMTP server using \samp{EHLO}. The hostname
|
||||||
argument defaults to the fully qualified domain name of the local
|
argument defaults to the fully qualified domain name of the local
|
||||||
host. Examine the response for ESMTP option and store them for use by
|
host. Examine the response for ESMTP option and store them for use by
|
||||||
\method{has_option()}.
|
\method{has_extn()}.
|
||||||
|
|
||||||
Unless you wish to use \method{has_option()} before sending
|
Unless you wish to use \method{has_extn()} before sending
|
||||||
mail, it should not be necessary to call this method explicitly. It
|
mail, it should not be necessary to call this method explicitly. It
|
||||||
will be implicitly called by \method{sendmail()} when necessary.
|
will be implicitly called by \method{sendmail()} when necessary.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue