[Python-checkins] r77236 - python/branches/py3k/Doc/library/ssl.rst

georg.brandl python-checkins at python.org
Sat Jan 2 15:51:13 CET 2010


Author: georg.brandl
Date: Sat Jan  2 15:51:12 2010
New Revision: 77236

Log:
#7592: remove duplicate description.

Modified:
   python/branches/py3k/Doc/library/ssl.rst

Modified: python/branches/py3k/Doc/library/ssl.rst
==============================================================================
--- python/branches/py3k/Doc/library/ssl.rst	(original)
+++ python/branches/py3k/Doc/library/ssl.rst	Sat Jan  2 15:51:12 2010
@@ -274,14 +274,6 @@
                 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,


More information about the Python-checkins mailing list