https://hg.python.org/cpython/rev/61c7deea9e6a changeset: 100932:61c7deea9e6a branch: 2.7 parent: 100922:00addbb47c5c user: Serhiy Storchaka <storchaka at gmail.com> date: Mon Apr 11 17:32:33 2016 +0300 summary: Issue #25910: Fixed more links in the docs. files: Doc/using/windows.rst | 4 ++-- Doc/whatsnew/2.7.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -52,9 +52,9 @@ by Mark Pilgrim, 2004, 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 "`A Byte of Python <http://www.swaroopch.com/notes/python/>`_" + in "`A Byte of Python <http://python.swaroopch.com/>`_" by Swaroop C H, 2003 diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -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 - <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`.) Another change makes the extension load all of OpenSSL's ciphers and -- Repository URL: https://hg.python.org/cpython