mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Document that keyfile and certfile are now optional.
XXX Forgot to mention this in the last socketmodule.c checkin.
This commit is contained in:
		
							parent
							
								
									c7f8b86307
								
							
						
					
					
						commit
						cb43c085e2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jeremy Hylton
						Jeremy Hylton