mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Markup adjustments for consistency.
This commit is contained in:
parent
717ce00c7c
commit
f2a5f3f721
1 changed files with 6 additions and 5 deletions
|
@ -178,12 +178,13 @@ or may raise the following exceptions:
|
|||
\end{description}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{starttls}{\optional{keyfile, certfile}}
|
||||
Put the SMTP connection in TLS (Transport Layer Security) mode. All SMTP
|
||||
commands that follow will be encrypted. You should then call ehlo() again.
|
||||
\begin{methoddesc}{starttls}{\optional{keyfile\optional{, certfile}}}
|
||||
Put the SMTP connection in TLS (Transport Layer Security) mode. All
|
||||
SMTP commands that follow will be encrypted. You should then call
|
||||
\method{ehlo()} again.
|
||||
|
||||
If \var{keyfile} and \var{certfile} are provided, these are passed to the
|
||||
socket module's ssl function.
|
||||
If \var{keyfile} and \var{certfile} are provided, these are passed to
|
||||
the \refmodule{socket} module's \function{ssl()} function.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{sendmail}{from_addr, to_addrs, msg\optional{,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue