mirror of
				https://github.com/python/cpython.git
				synced 2025-11-01 06:01:29 +00:00 
			
		
		
		
	add create_connection to __all__ #5711
This commit is contained in:
		
							parent
							
								
									923ba361d8
								
							
						
					
					
						commit
						a27e6e3d58
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -88,7 +88,7 @@ def ssl(sock, keyfile=None, certfile=None): | ||||||
| except ImportError: | except ImportError: | ||||||
|     EBADF = 9 |     EBADF = 9 | ||||||
| 
 | 
 | ||||||
| __all__ = ["getfqdn"] | __all__ = ["getfqdn", "create_connection"] | ||||||
| __all__.extend(os._get_exports_list(_socket)) | __all__.extend(os._get_exports_list(_socket)) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benjamin Peterson
						Benjamin Peterson