changeset: 100931:bb10867ffe28 branch: 3.5 parent: 100929:6a26fd505e8e user: Serhiy Storchaka date: Mon Apr 11 17:32:33 2016 +0300 files: Doc/using/windows.rst Doc/whatsnew/2.7.rst Doc/whatsnew/3.2.rst description: Issue #25910: Fixed more links in the docs. diff -r 6a26fd505e8e -r bb10867ffe28 Doc/using/windows.rst --- a/Doc/using/windows.rst Mon Apr 11 16:23:22 2016 +0200 +++ b/Doc/using/windows.rst Mon Apr 11 17:32:33 2016 +0300 @@ -266,9 +266,9 @@ by Mark Pilgrim, 2004, ISBN 1-59059-356-1 - `For Windows users `_ + `For Windows users `_ in "Installing Python" - in "`A Byte of Python `_" + in "`A Byte of Python `_" by Swaroop C H, 2003 diff -r 6a26fd505e8e -r bb10867ffe28 Doc/whatsnew/2.7.rst --- a/Doc/whatsnew/2.7.rst Mon Apr 11 16:23:22 2016 +0200 +++ b/Doc/whatsnew/2.7.rst Mon Apr 11 17:32:33 2016 +0300 @@ -1530,7 +1530,7 @@ *ciphers* argument that's a string listing the encryption algorithms to be allowed; the format of the string is described `in the OpenSSL documentation - `__. + `__. (Added by Antoine Pitrou; :issue:`8322`.) Another change makes the extension load all of OpenSSL's ciphers and diff -r 6a26fd505e8e -r bb10867ffe28 Doc/whatsnew/3.2.rst --- a/Doc/whatsnew/3.2.rst Mon Apr 11 16:23:22 2016 +0200 +++ b/Doc/whatsnew/3.2.rst Mon Apr 11 17:32:33 2016 +0300 @@ -1618,7 +1618,7 @@ * The :func:`ssl.wrap_socket` constructor function now takes a *ciphers* argument. The *ciphers* string lists the allowed encryption algorithms using the format described in the `OpenSSL documentation - `__. + `__. * When linked against recent versions of OpenSSL, the :mod:`ssl` module now supports the Server Name Indication extension to the TLS protocol, allowing