summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.2.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-11 14:32:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-11 14:32:33 (GMT)
commitde886d92336ece3d52ef86c8c13c00e6fd3b1f09 (patch)
treeb2db792e6b9d1081ebf5931a7d36613e88cf4d7e /Doc/whatsnew/3.2.rst
parenta9901e86babd1722bc0861ed5c316477f94439aa (diff)
downloadcpython-de886d92336ece3d52ef86c8c13c00e6fd3b1f09.zip
cpython-de886d92336ece3d52ef86c8c13c00e6fd3b1f09.tar.gz
cpython-de886d92336ece3d52ef86c8c13c00e6fd3b1f09.tar.bz2
Issue #25910: Fixed more links in the docs.
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 4242f22..f4c4799 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -1618,7 +1618,7 @@ for secure (encrypted, authenticated) internet connections:
* 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
- <http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT>`__.
+ <http://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT>`__.
* When linked against recent versions of OpenSSL, the :mod:`ssl` module now
supports the Server Name Indication extension to the TLS protocol, allowing