mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
SF patch #859286: documentation bool change fix
(Contributed by George Yoshida.)
This commit is contained in:
parent
a3b11e7fb3
commit
9b4dab4da1
4 changed files with 11 additions and 8 deletions
|
|
@ -146,8 +146,9 @@ will be implicitly called by \method{sendmail()} when necessary.
|
|||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{has_extn}{name}
|
||||
Return \code{1} if \var{name} is in the set of SMTP service extensions
|
||||
returned by the server, \code{0} otherwise. Case is ignored.
|
||||
Return \constant{True} if \var{name} is in the set of SMTP service
|
||||
extensions returned by the server, \constant{False} otherwise.
|
||||
Case is ignored.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{verify}{address}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue