]> granicus.if.org Git - python/commitdiff
Document new params to HTTPSConnection
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 22 May 2007 06:03:36 +0000 (06:03 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 22 May 2007 06:03:36 +0000 (06:03 +0000)
Doc/lib/libhttplib.tex

index 5fd48c1cabb8614c378b96fc3b0e7897811d583d..7c9449de174ca2e7d66f15c1e54955c99781ca61 100644 (file)
@@ -51,7 +51,9 @@ the server at the same host and port:
 \versionadded{2.0}
 \end{classdesc}
 
-\begin{classdesc}{HTTPSConnection}{host\optional{, port, key_file, cert_file}}
+\begin{classdesc}{HTTPSConnection}{host\optional{, port\optional{,
+                 key_file\optional{, cert_file\optional{,
+                 strict\optional{, timeout}}}}}}
 A subclass of \class{HTTPConnection} that uses SSL for communication with
 secure servers.  Default port is \code{443}.
 \var{key_file} is