[Python-checkins] CVS: python/dist/src/Doc/lib libsmtplib.tex,1.19,1.20

Fred L. Drake fdrake@users.sourceforge.net
Fri, 14 Sep 2001 10:48:43 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv28843/lib

Modified Files:
	libsmtplib.tex 
Log Message:
Markup adjustments for consistency.

Index: libsmtplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsmtplib.tex,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** libsmtplib.tex	2001/09/14 16:08:44	1.19
--- libsmtplib.tex	2001/09/14 17:48:41	1.20
***************
*** 179,188 ****
  \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.
  
! If \var{keyfile} and \var{certfile} are provided, these are passed to the
! socket module's ssl function.
  \end{methoddesc}
  
--- 179,189 ----
  \end{methoddesc}
  
! \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 \refmodule{socket} module's \function{ssl()} function.
  \end{methoddesc}