From: Georg Brandl Date: Sat, 2 Jan 2010 14:51:12 +0000 (+0000) Subject: #7592: remove duplicate description. X-Git-Tag: v3.2a1~1920 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01f748a8326770f98e514da85b4a42cae672cd80;p=python #7592: remove duplicate description. --- 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,