]> granicus.if.org Git - python/commitdiff
Document that keyfile and certfile are now optional.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 11 Oct 2001 16:17:22 +0000 (16:17 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 11 Oct 2001 16:17:22 +0000 (16:17 +0000)
XXX Forgot to mention this in the last socketmodule.c checkin.

Doc/lib/libsocket.tex

index e540f8fd8f16feff1179930a9d603da26ceee609..ed82e5502d2ea4b65a9493c390ae1eb1863f95d5 100644 (file)
@@ -265,7 +265,7 @@ protocol number.  The address family should be \constant{AF_INET}, \constant{AF_
 The protocol number is usually zero and may be omitted in that case.
 \end{funcdesc}
 
-\begin{funcdesc}{ssl}{sock, keyfile, certfile}
+\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
 key. \var{certfile} is a PEM formatted certificate chain file. On