changeset: 100933:e3c9a47a83fb parent: 100930:3a1a19d89bdd parent: 100931:bb10867ffe28 user: Serhiy Storchaka date: Mon Apr 11 17:33:27 2016 +0300 description: Issue #25910: Fixed more links in the docs. diff -r 3a1a19d89bdd -r e3c9a47a83fb Doc/using/windows.rst --- a/Doc/using/windows.rst Mon Apr 11 16:23:37 2016 +0200 +++ b/Doc/using/windows.rst Mon Apr 11 17:33:27 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 3a1a19d89bdd -r e3c9a47a83fb Doc/whatsnew/2.7.rst --- a/Doc/whatsnew/2.7.rst Mon Apr 11 16:23:37 2016 +0200 +++ b/Doc/whatsnew/2.7.rst Mon Apr 11 17:33:27 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 3a1a19d89bdd -r e3c9a47a83fb Doc/whatsnew/3.2.rst --- a/Doc/whatsnew/3.2.rst Mon Apr 11 16:23:37 2016 +0200 +++ b/Doc/whatsnew/3.2.rst Mon Apr 11 17:33:27 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