[Python-checkins] closes bpo-34050: Fix link in SSL docs (GH-8173)

Miss Islington (bot) webhook-mailer at python.org
Sat Jul 7 18:47:38 EDT 2018


https://github.com/python/cpython/commit/a912305512efd08cbaa15dc1488fb626c9fec067
commit: a912305512efd08cbaa15dc1488fb626c9fec067
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-07-07T15:47:35-07:00
summary:

closes bpo-34050: Fix link in SSL docs (GH-8173)

(cherry picked from commit 9c5ba097485c8c643b670acd4026f4382bc92f4b)

Co-authored-by: Marcin Niemira <marcin at niemira.net>

files:
M Doc/library/ssl.rst
M Misc/ACKS

diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 3964d025eb16..99d1d774b4ae 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -1607,7 +1607,7 @@ to speed up repeated connections from the same clients.
 
    Set the available ciphers for sockets created with this context.
    It should be a string in the `OpenSSL cipher list format
-   <https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT>`_.
+   <https://www.openssl.org/docs/manmaster/man1/ciphers.html>`_.
    If no cipher can be selected (because compile-time options or other
    configuration forbids use of all the specified ciphers), an
    :class:`SSLError` will be raised.
diff --git a/Misc/ACKS b/Misc/ACKS
index b1e4ec68e35c..dcd0ca77a40b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1775,6 +1775,7 @@ Gordon Worley
 Darren Worrall
 Thomas Wouters
 Daniel Wozniak
+Marcin Niemira
 Wei Wu
 Heiko Wundram
 Doug Wyatt



More information about the Python-checkins mailing list