Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96790a4

Browse files
Issue #25910: Fixed more links in the docs.
2 parents 21de67f + de886d9 commit 96790a4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/using/windows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ for detailed information about platforms with pre-compiled installers.
266266
by Mark Pilgrim, 2004,
267267
ISBN 1-59059-356-1
268268

269-
`For Windows users <http://www.swaroopch.com/notes/python/#install_windows>`_
269+
`For Windows users <http://python.swaroopch.com/installation.html#installation-on-windows>`_
270270
in "Installing Python"
271-
in "`A Byte of Python <http://www.swaroopch.com/notes/python/>`_"
271+
in "`A Byte of Python <http://python.swaroopch.com/>`_"
272272
by Swaroop C H, 2003
273273

274274

Doc/whatsnew/2.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ changes, or look through the Subversion logs for all the details.
15301530
*ciphers* argument that's a string listing the encryption algorithms
15311531
to be allowed; the format of the string is described
15321532
`in the OpenSSL documentation
1533-
<http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT>`__.
1533+
<http://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT>`__.
15341534
(Added by Antoine Pitrou; :issue:`8322`.)
15351535

15361536
Another change makes the extension load all of OpenSSL's ciphers and

Doc/whatsnew/3.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ for secure (encrypted, authenticated) internet connections:
16181618
* The :func:`ssl.wrap_socket` constructor function now takes a *ciphers*
16191619
argument. The *ciphers* string lists the allowed encryption algorithms using
16201620
the format described in the `OpenSSL documentation
1621-
<http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT>`__.
1621+
<http://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT>`__.
16221622

16231623
* When linked against recent versions of OpenSSL, the :mod:`ssl` module now
16241624
supports the Server Name Indication extension to the TLS protocol, allowing

0 commit comments

Comments
 (0)