]> granicus.if.org Git - python/commitdiff
#7592: remove duplicate description.
authorGeorg Brandl <georg@python.org>
Sat, 2 Jan 2010 14:51:12 +0000 (14:51 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 2 Jan 2010 14:51:12 +0000 (14:51 +0000)
Doc/library/ssl.rst

index 702c52f9528a01cbb9d5d5e0c65e413dcfae4316..905fae0eafd654310910833a074d7bc1f0a9facb 100644 (file)
@@ -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,