diff options
author | Georg Brandl <georg@python.org> | 2010-01-02 14:51:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-02 14:51:12 (GMT) |
commit | 01f748a8326770f98e514da85b4a42cae672cd80 (patch) | |
tree | 0594fea97460d3a05275148cdc26063912c69c85 /Doc/library/ssl.rst | |
parent | 5251cce8d2cc6ff5b5329f1b016bfa9601b6425b (diff) | |
download | cpython-01f748a8326770f98e514da85b4a42cae672cd80.zip cpython-01f748a8326770f98e514da85b4a42cae672cd80.tar.gz cpython-01f748a8326770f98e514da85b4a42cae672cd80.tar.bz2 |
#7592: remove duplicate description.
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 702c52f..905fae0 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, |