[Python-checkins] CVS: python/dist/src/Doc/lib libsocket.tex,1.54,1.55

Jeremy Hylton jhylton@users.sourceforge.net
Thu, 11 Oct 2001 09:17:25 -0700


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

Modified Files:
	libsocket.tex 
Log Message:
Document that keyfile and certfile are now optional.

XXX Forgot to mention this in the last socketmodule.c checkin.


Index: libsocket.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocket.tex,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** libsocket.tex	2001/09/27 04:17:20	1.54
--- libsocket.tex	2001/10/11 16:17:22	1.55
***************
*** 266,270 ****
  \end{funcdesc}
  
! \begin{funcdesc}{ssl}{sock, keyfile, certfile}
  Initiate a SSL connection over the socket \var{sock}. \var{keyfile} is
  the name of a PEM formatted file that contains your private
--- 266,270 ----
  \end{funcdesc}
  
! \begin{funcdesc}{ssl}{sock\optional{, keyfile, certfile}}
  Initiate a SSL connection over the socket \var{sock}. \var{keyfile} is
  the name of a PEM formatted file that contains your private