From 01f748a8326770f98e514da85b4a42cae672cd80 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 2 Jan 2010 14:51:12 +0000 Subject: [PATCH] #7592: remove duplicate description. --- Doc/library/ssl.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 702c52f952..905fae0eaf 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -274,14 +274,6 @@ SSLSocket Objects else: raise -.. method:: SSLSocket.unwrap() - - Performs the SSL shutdown handshake, which removes the TLS layer from the - underlying socket, and returns the underlying socket object. This can be - used to go from encrypted operation over a connection to unencrypted. The - returned socket should always be used for further communication with the - other side of the connection, rather than the original socket - .. method:: SSLSocket.getpeercert(binary_form=False) If there is no certificate for the peer on the other end of the connection, -- 2.50.1