mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Closes #22072: Merge typo fixes from 3.4
This commit is contained in:
		
						commit
						b27d3a2d21
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -808,7 +808,7 @@ SSL sockets also have the following additional methods and attributes:
 | 
				
			||||||
   Perform the SSL setup handshake.
 | 
					   Perform the SSL setup handshake.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   .. versionchanged:: 3.4
 | 
					   .. versionchanged:: 3.4
 | 
				
			||||||
      The handshake method also performce :func:`match_hostname` when the
 | 
					      The handshake method also performs :func:`match_hostname` when the
 | 
				
			||||||
      :attr:`~SSLContext.check_hostname` attribute of the socket's
 | 
					      :attr:`~SSLContext.check_hostname` attribute of the socket's
 | 
				
			||||||
      :attr:`~SSLSocket.context` is true.
 | 
					      :attr:`~SSLSocket.context` is true.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1132,7 +1132,7 @@ to speed up repeated connections from the same clients.
 | 
				
			||||||
   returned.  Other return values will result in a TLS fatal error with
 | 
					   returned.  Other return values will result in a TLS fatal error with
 | 
				
			||||||
   :const:`ALERT_DESCRIPTION_INTERNAL_ERROR`.
 | 
					   :const:`ALERT_DESCRIPTION_INTERNAL_ERROR`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   If there is a IDNA decoding error on the server name, the TLS connection
 | 
					   If there is an IDNA decoding error on the server name, the TLS connection
 | 
				
			||||||
   will terminate with an :const:`ALERT_DESCRIPTION_INTERNAL_ERROR` fatal TLS
 | 
					   will terminate with an :const:`ALERT_DESCRIPTION_INTERNAL_ERROR` fatal TLS
 | 
				
			||||||
   alert message to the client.
 | 
					   alert message to the client.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue