Commit de886d92 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issue #25910: Fixed more links in the docs.

parent a9901e86
...@@ -266,9 +266,9 @@ for detailed information about platforms with pre-compiled installers. ...@@ -266,9 +266,9 @@ for detailed information about platforms with pre-compiled installers.
by Mark Pilgrim, 2004, by Mark Pilgrim, 2004,
ISBN 1-59059-356-1 ISBN 1-59059-356-1
`For Windows users <http://www.swaroopch.com/notes/python/#install_windows>`_ `For Windows users <http://python.swaroopch.com/installation.html#installation-on-windows>`_
in "Installing Python" in "Installing Python"
in "`A Byte of Python <http://www.swaroopch.com/notes/python/>`_" in "`A Byte of Python <http://python.swaroopch.com/>`_"
by Swaroop C H, 2003 by Swaroop C H, 2003
......
...@@ -1530,7 +1530,7 @@ changes, or look through the Subversion logs for all the details. ...@@ -1530,7 +1530,7 @@ changes, or look through the Subversion logs for all the details.
*ciphers* argument that's a string listing the encryption algorithms *ciphers* argument that's a string listing the encryption algorithms
to be allowed; the format of the string is described to be allowed; the format of the string is described
`in the OpenSSL documentation `in the OpenSSL documentation
<http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT>`__. <http://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT>`__.
(Added by Antoine Pitrou; :issue:`8322`.) (Added by Antoine Pitrou; :issue:`8322`.)
Another change makes the extension load all of OpenSSL's ciphers and Another change makes the extension load all of OpenSSL's ciphers and
......
...@@ -1618,7 +1618,7 @@ for secure (encrypted, authenticated) internet connections: ...@@ -1618,7 +1618,7 @@ for secure (encrypted, authenticated) internet connections:
* The :func:`ssl.wrap_socket` constructor function now takes a *ciphers* * The :func:`ssl.wrap_socket` constructor function now takes a *ciphers*
argument. The *ciphers* string lists the allowed encryption algorithms using argument. The *ciphers* string lists the allowed encryption algorithms using
the format described in the `OpenSSL documentation the format described in the `OpenSSL documentation
<http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT>`__. <http://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT>`__.
* When linked against recent versions of OpenSSL, the :mod:`ssl` module now * When linked against recent versions of OpenSSL, the :mod:`ssl` module now
supports the Server Name Indication extension to the TLS protocol, allowing supports the Server Name Indication extension to the TLS protocol, allowing
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment