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

antoine.pitrou python-checkins at python.org
Fri Oct 7 17:02:18 CEST 2011


http://hg.python.org/cpython/rev/459f5e10cd4f
changeset:   72792:459f5e10cd4f
branch:      3.2
parent:      72790:d8d8374ddbcc
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Oct 07 16:58:07 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
@@ -990,8 +990,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