[Python-checkins] cpython (2.7): Issue #12823: remove broken link and replace it with another resource.

antoine.pitrou python-checkins at python.org
Fri Oct 7 17:08:25 CEST 2011


http://hg.python.org/cpython/rev/666e7e325795
changeset:   72794:666e7e325795
branch:      2.7
parent:      72776:add444274c3d
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Oct 07 17:03:01 2011 +0200
summary:
  Issue #12823: remove broken link and replace it with another resource.

files:
  Doc/library/ssl.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -622,8 +622,8 @@
    Class :class:`socket.socket`
             Documentation of underlying :mod:`socket` class
 
-   `Introducing SSL and Certificates using OpenSSL <http://old.pseudonym.org/ssl/wwwj-index.html>`_
-       Frederick J. Hirsch
+   `TLS (Transport Layer Security) and SSL (Secure Socket Layer) <http://www3.rad.com/networks/applications/secure/tls.htm>`_
+      Debby Koren
 
    `RFC 1422: Privacy Enhancement for Internet Electronic Mail: Part II: Certificate-Based Key Management <http://www.ietf.org/rfc/rfc1422>`_
        Steve Kent

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list